Skip to content

Commit fe909b0

Browse files
authored
Merge pull request #488 from robotools/dependabot/github_actions/actions/checkout-6.0.2
Bump actions/checkout from 6.0.1 to 6.0.2
2 parents 8605aaa + ae111ff commit fe909b0

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

0 commit comments

Comments
 (0)