Skip to content

Commit 7361b91

Browse files
authored
Merge pull request #471 from robotools/dependabot/github_actions/actions/checkout-5.0.0
Bump actions/checkout from 4.2.2 to 5.0.0
2 parents f590568 + 3651741 commit 7361b91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
3131

3232
steps:
33-
- uses: actions/checkout@v4.2.2
33+
- uses: actions/checkout@v5.0.0
3434
- name: Set up Python
3535
uses: actions/setup-python@v6.0.0
3636
with:

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- platform: windows-latest
3131
python-version: 3.13
3232
steps:
33-
- uses: actions/checkout@v4.2.2
33+
- uses: actions/checkout@v5.0.0
3434
- name: Set up Python ${{ matrix.python-version }}
3535
uses: actions/setup-python@v6.0.0
3636
with:

0 commit comments

Comments
 (0)