Skip to content

Commit ef884ed

Browse files
authored
Merge pull request #482 from robotools/dependabot/github_actions/actions/checkout-6.0.1
Bump actions/checkout from 5.0.0 to 6.0.1
2 parents 6287506 + 871bf9d commit ef884ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v5.0.0
33+
- uses: actions/checkout@v6.0.1
3434
- name: Set up Python
3535
uses: actions/setup-python@v6.1.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@v5.0.0
33+
- uses: actions/checkout@v6.0.1
3434
- name: Set up Python ${{ matrix.python-version }}
3535
uses: actions/setup-python@v6.1.0
3636
with:

0 commit comments

Comments
 (0)