diff --git a/.github/workflows/mergedtomain-workflow.yaml b/.github/workflows/mergedtomain-workflow.yaml index 8dd0e9c..ef691bf 100644 --- a/.github/workflows/mergedtomain-workflow.yaml +++ b/.github/workflows/mergedtomain-workflow.yaml @@ -18,7 +18,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Extract build info id: extract_build_info diff --git a/.github/workflows/pr-workflow.yaml b/.github/workflows/pr-workflow.yaml index 22edf28..56bb792 100644 --- a/.github/workflows/pr-workflow.yaml +++ b/.github/workflows/pr-workflow.yaml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 10 # Sets a timeout of 10 minutes for this job (default is 1 minute) steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - uses: actions/setup-go@v5 with: diff --git a/.github/workflows/release-workflow.yaml b/.github/workflows/release-workflow.yaml index 55086b4..581ba5f 100644 --- a/.github/workflows/release-workflow.yaml +++ b/.github/workflows/release-workflow.yaml @@ -18,7 +18,7 @@ jobs: id-token: write # needed for cosign keyless signing with OIDC steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Extract build info id: extract_build_info