Skip to content

Commit 445454b

Browse files
authored
Merge pull request #26 from awcodes/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 81d3494 + 85e9c43 commit 445454b

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
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
ref: ${{ github.head_ref }}
2525

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3838
steps:
3939
- name: Checkout Code
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v5
4141

4242
- name: Cache Dependencies
4343
uses: actions/cache@v4

0 commit comments

Comments
 (0)