diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index d821e71..f49d3fc 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -27,7 +27,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Download and tidy Go modules run: task mod @@ -49,7 +49,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Download and tidy Go modules run: task mod diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5ba3a0d..16eb860 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Initialize CodeQL uses: github/codeql-action/init@v3 diff --git a/.github/workflows/run-goreleaser.yml b/.github/workflows/run-goreleaser.yml index 403e6ba..712a80e 100644 --- a/.github/workflows/run-goreleaser.yml +++ b/.github/workflows/run-goreleaser.yml @@ -27,7 +27,7 @@ jobs: go-version: ">=1.23.0" - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0