Merge pull request #2112 from drwetter/dependabot/github_actions/actions/checkout-3

Bump actions/checkout from 2 to 3
This commit is contained in:
Dirk Wetter 2022-03-02 08:25:12 +01:00 committed by GitHub
commit 22ec6de58c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ jobs:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- 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@v2.3.4
uses: actions/checkout@v3
- name: Setup QEMU
id: qemu

View File

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