Skip to content

Commit 387cd1f

Browse files
authored
Merge pull request #159 from maxmind/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 4850e11 + 29f739f commit 387cd1f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/clang-addresssanitizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Checkout
2020
# We use v1 due to https://github.com/actions/checkout/issues/334
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
with:
2323
submodules: true
2424

.github/workflows/clang-analyzer.yml

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

2020
- name: Checkout
2121
# We use v1 due to https://github.com/actions/checkout/issues/334
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
with:
2424
submodules: true
2525

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
php-version: 8.1
1818

1919
- name: Checkout
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121

2222
- name: Install dependencies
2323
run: composer install --no-progress --prefer-dist --optimize-autoloader

.github/workflows/test.yml

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

2929
- name: Checkout
3030
# We use v1 due to https://github.com/actions/checkout/issues/334
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
with:
3333
submodules: true
3434

0 commit comments

Comments
 (0)