Skip to content

Commit 77e47a7

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 2df9ac3 commit 77e47a7

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
@@ -142,7 +142,7 @@ jobs:
142142
container:
143143
image: ghcr.io/linux-nvme/debian:latest
144144
steps:
145-
- uses: actions/checkout@v5
145+
- uses: actions/checkout@v6
146146
- name: Mark repo as safe for git
147147
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
148148
- name: build
@@ -155,7 +155,7 @@ jobs:
155155
container:
156156
image: ghcr.io/linux-nvme/alpine:latest
157157
steps:
158-
- uses: actions/checkout@v5
158+
- uses: actions/checkout@v6
159159
- name: Mark repo as safe for git
160160
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
161161
- 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)