Skip to content

Commit f0dfd8e

Browse files
authored
Merge pull request #5329 from Laravel-Backpack/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents ec3d9de + ccec4f7 commit f0dfd8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414

1515
- name: Checkout code
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
with:
1818
ref: main
1919
fetch-depth: 0

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout code
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434

3535
- name: Install SQLite 3
3636
run: |

0 commit comments

Comments
 (0)