Skip to content

Commit ce0d9f3

Browse files
authored
Merge pull request #92 from collective/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5 [ci-skip]
2 parents bc99062 + ad98c95 commit ce0d9f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/plone-package-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- "6.0-latest"
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323

2424
- name: Setup Plone ${{ matrix.plone }} with Python ${{ matrix.python }}
2525
id: setup

.github/workflows/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
3131
name: ${{ matrix.config[1] }}
3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v5
3434
with:
3535
persist-credentials: false
3636
- name: Set up Python

0 commit comments

Comments
 (0)