Skip to content

Commit 1698517

Browse files
authored
Merge pull request #199 from maxmind/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 60c83e7 + ada8682 commit 1698517

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@v2
20+
uses: actions/checkout@v3
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@v2
28+
uses: actions/checkout@v3
2929
with:
3030
submodules: true
3131

0 commit comments

Comments
 (0)