ci: update actions/checkout action to v4

This commit is contained in:
renovate[bot] 2023-09-07 00:46:55 +00:00 committed by Christian Nicolai
parent b0be2fbf3e
commit 0d2611498f
1 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
@ -40,7 +40,7 @@ jobs:
env:
kind-version: v0.17.0
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
@ -64,7 +64,7 @@ jobs:
actionlint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check workflow files
run: |
echo "::add-matcher::.github/actionlint-matcher.json"
@ -74,7 +74,7 @@ jobs:
codeql:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.