Skip to content

Commit b7f7eab

Browse files
Merge pull request #10 from alleyinteractive/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents c848b9d + 3f92959 commit b7f7eab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/all-pr-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Name the job in the matrix
3232
name: "PR Tests PHP ${{ matrix.php }} WordPress ${{ matrix.wordpress }}"
3333
steps:
34-
- uses: actions/checkout@v5
34+
- uses: actions/checkout@v6
3535

3636
- name: Run General Tests
3737
# See https://github.com/alleyinteractive/action-test-general for more options

.github/workflows/update-changelog.yml

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

1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414
with:
1515
ref: main
1616

0 commit comments

Comments
 (0)