Skip to content

Commit 5eb365c

Browse files
Bump actions/checkout from 4 to 6 (#26)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1dcba84 commit 5eb365c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/package-verification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
- name: Set up Python ${{ matrix.python-version }}
2424
uses: actions/setup-python@v6
2525
with:
@@ -76,7 +76,7 @@ jobs:
7676
echo "---------- [$GITHUB_ENV]"
7777
cat $GITHUB_ENV
7878
- name: Checkout
79-
uses: actions/checkout@v4
79+
uses: actions/checkout@v6
8080
- name: Prepare logs folder on the host
8181
run: mkdir -p "${{ env.RUN_CFG__LOGS_DIR }}"
8282
- name: Adjust logs folder permission

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424

2525
- uses: actions/setup-python@v6
2626
with:

0 commit comments

Comments
 (0)