Skip to content

Commit b088f1f

Browse files
authored
Merge pull request #214 from maxmind/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 9de2f55 + b494c66 commit b088f1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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
@@ -25,7 +25,7 @@ jobs:
2525
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
2626

2727
- name: Checkout
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929
with:
3030
submodules: true
3131

0 commit comments

Comments
 (0)