Skip to content

Commit c1dfbd4

Browse files
authored
Merge pull request #40 from plone/dependabot/github_actions/actions/checkout-6.0.0
Bump actions/checkout from 5.0.0 to 6.0.0 [ci-skip]
2 parents 315be32 + 7dacdb6 commit c1dfbd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
2727
name: ${{ matrix.config[1] }}
2828
steps:
29-
- uses: actions/checkout@v6
29+
- uses: actions/checkout@v6.0.0
3030
with:
3131
persist-credentials: false
3232
- name: Set up Python

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ${{ matrix.config[2] }}
3737
name: ${{ matrix.config[1] }}
3838
steps:
39-
- uses: actions/checkout@v5.0.0
39+
- uses: actions/checkout@v6.0.0
4040
- name: Set up Python
4141
uses: actions/[email protected]
4242
with:

0 commit comments

Comments
 (0)