ci: update actions/checkout action to v4

This commit is contained in:
renovate[bot] 2023-09-07 00:36:25 +00:00 committed by Christian Nicolai
parent 4b16705cdb
commit 451b9544e1
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
GOPROXY: direct
GOSUMDB: off
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v4
with:
@ -32,7 +32,7 @@ jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check workflow files
run: |
echo "::add-matcher::.github/actionlint-matcher.json"