Skip to content

Commit d0066c9

Browse files
dependabot[bot]amotl
authored andcommitted
Chore(deps): Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...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] <[email protected]>
1 parent 6584f6a commit d0066c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/oci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
-
4343
name: Checkout
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545
-
4646
name: Docker meta
4747
id: meta

.github/workflows/release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Acquire sources
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545

4646
- name: Set up Python
4747
uses: actions/setup-python@v6

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949

5050
- name: Acquire sources
51-
uses: actions/checkout@v5
51+
uses: actions/checkout@v6
5252

5353
- name: Set up Python
5454
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)