Merge pull request #2388 from drwetter/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
This commit is contained in:
Dirk Wetter 2023-09-05 13:55:33 +02:00 committed by GitHub
commit eaf6e40463
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,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:
skip: ca_hashes.txt,tls_data.txt,*.pem,OPENSSL-LICENSE.txt

View File

@ -19,7 +19,7 @@ jobs:
steps:
- name: Source checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup QEMU
id: qemu

View File

@ -25,7 +25,7 @@ jobs:
perl: ['5.26']
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up perl
uses: shogo82148/actions-setup-perl@v1
with: