Skip to content

Commit a5d7021

Browse files
build(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 91cc3ee commit a5d7021

File tree

13 files changed

+23
-23
lines changed

13 files changed

+23
-23
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
container:
2020
image: ghcr.io/linux-nvme/debian.python:latest
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- name: Mark repo as safe for git
2424
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
2525
- name: build
@@ -42,7 +42,7 @@ jobs:
4242
- arch: s390x
4343
- arch: ppc64le
4444
steps:
45-
- uses: actions/checkout@v5
45+
- uses: actions/checkout@v6
4646
- name: enable foreign arch
4747
uses: dbhi/qus/action@main
4848
- name: Login to GitHub Container Registry
@@ -77,7 +77,7 @@ jobs:
7777
image: ghcr.io/linux-nvme/debian:latest
7878
if: github.ref == 'refs/heads/master'
7979
steps:
80-
- uses: actions/checkout@v5
80+
- uses: actions/checkout@v6
8181
- name: Mark repo as safe for git
8282
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
8383
- name: build
@@ -96,7 +96,7 @@ jobs:
9696
container:
9797
image: ghcr.io/linux-nvme/debian:latest
9898
steps:
99-
- uses: actions/checkout@v5
99+
- uses: actions/checkout@v6
100100
- name: Mark repo as safe for git
101101
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
102102
- name: build
@@ -109,7 +109,7 @@ jobs:
109109
container:
110110
image: ghcr.io/linux-nvme/debian:latest
111111
steps:
112-
- uses: actions/checkout@v5
112+
- uses: actions/checkout@v6
113113
- name: Mark repo as safe for git
114114
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
115115
- name: build
@@ -122,7 +122,7 @@ jobs:
122122
container:
123123
image: ghcr.io/linux-nvme/debian:latest
124124
steps:
125-
- uses: actions/checkout@v5
125+
- uses: actions/checkout@v6
126126
- name: Mark repo as safe for git
127127
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
128128
- name: build

.github/workflows/checkpatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- name: 'Calculate PR commits + 1'
99
run: echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> $GITHUB_ENV
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@v6
1111
with:
1212
ref: ${{ github.event.pull_request.head.sha }}
1313
fetch-depth: 0

.github/workflows/codeql.yml

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

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343

4444
- name: Mark repo as safe for git
4545
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
container:
1515
image: ghcr.io/linux-nvme/debian.python:latest
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- name: Mark repo as safe for git
1919
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
2020
- name: build

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
container:
2121
image: ghcr.io/linux-nvme/debian:latest
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- name: Mark repo as safe for git
2525
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
2626
- name: build

.github/workflows/libnvme-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
container:
2020
image: ghcr.io/linux-nvme/debian.python:latest
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- name: Mark repo as safe for git
2424
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
2525
- name: build
@@ -42,7 +42,7 @@ jobs:
4242
- arch: s390x
4343
- arch: ppc64le
4444
steps:
45-
- uses: actions/checkout@v5
45+
- uses: actions/checkout@v6
4646
- name: enable foreign arch
4747
uses: dbhi/qus/action@main
4848
- name: Login to GitHub Container Registry
@@ -76,7 +76,7 @@ jobs:
7676
container:
7777
image: ghcr.io/linux-nvme/debian:latest
7878
steps:
79-
- uses: actions/checkout@v5
79+
- uses: actions/checkout@v6
8080
- name: Mark repo as safe for git
8181
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
8282
- name: build
@@ -97,7 +97,7 @@ jobs:
9797
image: ghcr.io/linux-nvme/debian:latest
9898
if: github.ref == 'refs/heads/master'
9999
steps:
100-
- uses: actions/checkout@v5
100+
- uses: actions/checkout@v6
101101
- name: Mark repo as safe for git
102102
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
103103
- name: build
@@ -116,7 +116,7 @@ jobs:
116116
container:
117117
image: ghcr.io/linux-nvme/debian:latest
118118
steps:
119-
- uses: actions/checkout@v5
119+
- uses: actions/checkout@v6
120120
- name: Mark repo as safe for git
121121
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
122122
- name: build

.github/workflows/libnvme-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
container:
1515
image: ghcr.io/linux-nvme/debian.python:latest
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- name: Mark repo as safe for git
1919
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
2020
- name: build

.github/workflows/libnvme-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
container:
1717
image: ghcr.io/linux-nvme/debian:latest
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- name: Mark repo as safe for git
2121
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
2222
- name: build

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
container:
2222
image: ghcr.io/linux-nvme/debian.python:latest
2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525

2626
- name: Allow workspace
2727
run: |
@@ -49,7 +49,7 @@ jobs:
4949
image: ghcr.io/linux-nvme/debian.python:latest
5050
steps:
5151
- name: Check out repository (with tags)
52-
uses: actions/checkout@v5
52+
uses: actions/checkout@v6
5353
with:
5454
fetch-depth: 0 # Required for `git describe`
5555

.github/workflows/libnvme-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
permissions:
1515
contents: write
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- name: Mark repo as safe for git
1919
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
2020
- uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)