Skip to content

Commit 9679bb0

Browse files
authored
Merge pull request #14 from Astrotomic/dependabot/github_actions/actions/checkout-4.1.1
Bump actions/checkout from 3.5.3 to 4.1.1
2 parents 8169269 + aff89e7 commit 9679bb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
dependency-version: [prefer-lowest, prefer-stable]
1616

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

.github/workflows/phpcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
timeout-minutes: 5
1010
steps:
11-
- uses: actions/checkout@v3.5.3
11+
- uses: actions/checkout@v4
1212
- uses: shivammathur/setup-php@v2
1313
with:
1414
php-version: 8.1

0 commit comments

Comments
 (0)