diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 101d014..2d8beee 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@v4 + - uses: actions/checkout@v5 - 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 278b52e..e0042c3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: go-version: ${{ env.GO_VERSION }} check-latest: true - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - id: set_version run: | VERSION=$(echo $GITHUB_REF | sed -nE 's!refs/tags/!!p')