Skip to content

Commit f146e19

Browse files
Bump actions/checkout from 6.0.1 to 6.0.2 (#1154)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ece626 commit f146e19

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
deploy:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v6.0.1
14+
- uses: actions/checkout@v6.0.2
1515
- name: Set up Python
1616
uses: actions/setup-python@v6.2.0
1717
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v6.0.1
17+
- uses: actions/checkout@v6.0.2
1818
- name: Set up Python 3.11
1919
uses: actions/setup-python@v6.2.0
2020
with:

0 commit comments

Comments
 (0)