Skip to content

Commit 4a63f01

Browse files
authored
Merge pull request #239 from EngineScript/dependabot/github_actions/master/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 28bff9c + 5487aaa commit 4a63f01

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-install-state.yml

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

4343
steps:
4444
- name: Checkout repository
45-
uses: actions/checkout@v6
45+
uses: actions/checkout@v7
4646

4747
- name: Run install-state tests
4848
run: |

.github/workflows/test-php-package-lists.yml

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

3535
steps:
3636
- name: Checkout repository
37-
uses: actions/checkout@v6
37+
uses: actions/checkout@v7
3838

3939
- name: Run PHP package list tests
4040
run: |

0 commit comments

Comments
 (0)