diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fbbf142..4248db7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,7 +19,7 @@ jobs: with: go-version: stable - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Bump tag version id: bumpTag