Skip to content

Commit eaf6e40

Browse files
authored
Merge pull request #2388 from drwetter/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 765b585 + 74e3f96 commit eaf6e40

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Check for spelling errors
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- uses: codespell-project/actions-codespell@master
1414
with:
1515
skip: ca_hashes.txt,tls_data.txt,*.pem,OPENSSL-LICENSE.txt

.github/workflows/docker-3.2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Source checkout
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323

2424
- name: Setup QEMU
2525
id: qemu

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
perl: ['5.26']
2626
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
- name: Set up perl
3030
uses: shogo82148/actions-setup-perl@v1
3131
with:

0 commit comments

Comments
 (0)