Skip to content

Commit 4b9ba2c

Browse files
Merge pull request #467 from JamesHeinrich/dependabot/github_actions/actions/checkout-5
GH Actions: Bump actions/checkout from 4 to 5
2 parents 4a586c4 + 0e6b86e commit 4b9ba2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
experimental: true
3333
composer-options: "--ignore-platform-reqs"
3434
steps:
35-
- uses: "actions/checkout@v4"
35+
- uses: "actions/checkout@v5"
3636
- uses: "shivammathur/setup-php@v2"
3737
with:
3838
php-version: "${{ matrix.php-version }}"
@@ -48,7 +48,7 @@ jobs:
4848
name: "Static Analysis"
4949
runs-on: "ubuntu-latest"
5050
steps:
51-
- uses: "actions/checkout@v4"
51+
- uses: "actions/checkout@v5"
5252
- uses: "shivammathur/setup-php@v2"
5353
with:
5454
php-version: "8.4"

0 commit comments

Comments
 (0)