diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 9ea5321..0b462fc 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -8,7 +8,7 @@ jobs: name: Check for spelling errors runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: codespell-project/actions-codespell@master with: check_filenames: true diff --git a/.github/workflows/static.yaml b/.github/workflows/static.yaml index 26b617e..eea28ef 100644 --- a/.github/workflows/static.yaml +++ b/.github/workflows/static.yaml @@ -9,7 +9,7 @@ jobs: steps: - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Verification test run: |