Skip to content

Commit dbd8cf0

Browse files
chore(deps): bump actions/checkout from 4 to 6
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>
1 parent c645294 commit dbd8cf0

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cargo-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
publish:
1010
runs-on: [self-hosted, linux]
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
- run: git fetch --prune --unshallow
1414
- name: Install System Dependencies
1515
run: |

.github/workflows/cargo-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: [self-hosted, linux]
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
with:
1616
ref: ${{ github.event.pull_request.head.sha }}
1717
- run: git fetch --prune --unshallow

.github/workflows/draft-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runtime: ["interlay", "kintsugi"]
1616
steps:
1717
- name: Checkout sources
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919

2020
- name: Build ${{ matrix.runtime }} runtime
2121
id: srtool_build
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: [self-hosted, linux]
4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v6
5050
with:
5151
fetch-depth: 0
5252
- uses: actions-rs/toolchain@v1
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: [self-hosted, linux]
7070
needs: ["build-binary"]
7171
steps:
72-
- uses: actions/checkout@v4
72+
- uses: actions/checkout@v6
7373
- name: Prepare
7474
id: prep
7575
run: |
@@ -127,7 +127,7 @@ jobs:
127127
needs: ["build-runtimes", "build-binary"]
128128
steps:
129129
- name: Checkout
130-
uses: actions/checkout@v4
130+
uses: actions/checkout@v6
131131
with:
132132
fetch-depth: 0
133133

0 commit comments

Comments
 (0)