Skip to content

Commit a9d533e

Browse files
chore(deps): update actions/checkout action to v5
1 parent 05f9c83 commit a9d533e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
- uses: aglipanci/laravel-pint-action@latest
1212
- uses: stefanzweifel/git-auto-commit-action@v6
1313
with:

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: PHP ${{ matrix.php }} - Statamic 6
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- uses: shivammathur/setup-php@v2
2020
with:
2121
php-version: ${{ matrix.php }}

0 commit comments

Comments
 (0)