Skip to content

Commit 50793ea

Browse files
authored
Merge pull request #27 from minvws/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 5 to 7
2 parents 2756e83 + 7a3134a commit 50793ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v7
2020
with:
2121
fetch-depth: 0
2222
- name: Install PHP
@@ -39,7 +39,7 @@ jobs:
3939
needs: validate
4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v7
4343
with:
4444
fetch-depth: 0
4545

0 commit comments

Comments
 (0)