diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index d07e0ef..e24cd26 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -22,6 +22,6 @@ jobs: with: go-version: ${{ env.GO_VERSION }} cache: false - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: lint uses: golangci/golangci-lint-action@v6 \ No newline at end of file diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3d68c91..1688a72 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,7 +23,7 @@ jobs: go-version: ${{ env.GO_VERSION }} check-latest: true - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - id: set_version run: | VERSION=$(echo $GITHUB_REF | sed -nE 's!refs/tags/!!p')