Skip to content

Commit eaf0ac3

Browse files
build(deps): bump actions/checkout from 3 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v3...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 6a336be commit eaf0ac3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
container:
145145
image: ghcr.io/linux-nvme/debian:latest
146146
steps:
147-
- uses: actions/checkout@v5
147+
- uses: actions/checkout@v6
148148
- name: Mark repo as safe for git
149149
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
150150
- name: build
@@ -157,7 +157,7 @@ jobs:
157157
container:
158158
image: ghcr.io/linux-nvme/alpine:latest
159159
steps:
160-
- uses: actions/checkout@v5
160+
- uses: actions/checkout@v6
161161
- name: Mark repo as safe for git
162162
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
163163
- name: build

.github/workflows/libnvme-cleanup-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
environment: pypi
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v6
2323

2424
- name: Install pypi-cleanup
2525
run: pip install pypi-cleanup

0 commit comments

Comments
 (0)