Skip to content

Commit f76e009

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] <support@github.com>
1 parent 449f162 commit f76e009

38 files changed

+49
-49
lines changed

.github/workflows/clear-caches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
clear-caches:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616

1717
- name: Clear all caches
1818
run: gh cache delete --all

.github/workflows/devskim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
security-events: write
2525
steps:
2626
- name: Checkout code
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: Run DevSkim scanner
3030
uses: microsoft/DevSkim-Action@v1

.github/workflows/github-clone-count.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414

1515
- name: gh login
1616
run: echo "${{ secrets.SECRET_TOKEN }}" | gh auth login --with-token

.github/workflows/macOS-arm64-selfhosted-publish-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
outputs:
1313
previous-tag: ${{ steps.previoustag.outputs.tag }}
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818
#▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼#
@@ -49,7 +49,7 @@ jobs:
4949
components: rust-src
5050
target: ${{ matrix.job.target }}
5151
- name: Checkout repository
52-
uses: actions/checkout@v5
52+
uses: actions/checkout@v6
5353
with:
5454
submodules: recursive
5555
ref: ${{ needs.analyze-tags.outputs.previous-tag }}

.github/workflows/macOS-arm64-selfhosted-publish-qsvpy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
outputs:
1313
previous-tag: ${{ steps.previoustag.outputs.tag }}
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818
#▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼#
@@ -46,7 +46,7 @@ jobs:
4646
toolchain: ${{ matrix.rust }}
4747
target: ${{ matrix.job.target }}
4848
- name: Checkout repository
49-
uses: actions/checkout@v5
49+
uses: actions/checkout@v6
5050
with:
5151
submodules: recursive
5252
ref: ${{ needs.analyze-tags.outputs.previous-tag }}

.github/workflows/macOS-arm64-selfhosted-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
outputs:
1313
previous-tag: ${{ steps.previoustag.outputs.tag }}
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818
#▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼#
@@ -47,7 +47,7 @@ jobs:
4747
toolchain: ${{ matrix.rust }}
4848
target: ${{ matrix.job.target }}
4949
- name: Checkout repository
50-
uses: actions/checkout@v5
50+
uses: actions/checkout@v6
5151
with:
5252
submodules: recursive
5353
ref: ${{ needs.analyze-tags.outputs.previous-tag }}

.github/workflows/publish-aarch64-pc-windows-msvc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
outputs:
1616
previous-tag: ${{ steps.previoustag.outputs.tag }}
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
2121
#▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼#
@@ -52,7 +52,7 @@ jobs:
5252
toolchain: ${{ matrix.rust }}
5353
target: ${{ matrix.job.target }}
5454
- name: Checkout repository
55-
uses: actions/checkout@v5
55+
uses: actions/checkout@v6
5656
with:
5757
ref: ${{ needs.analyze-tags.outputs.previous-tag }}
5858
- name: Build qsv

.github/workflows/publish-deb-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

1818
- name: Install Rust toolchain
1919
uses: dtolnay/rust-toolchain@master

.github/workflows/publish-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
outputs:
1313
previous-tag: ${{ steps.previoustag.outputs.tag }}
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818
#▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼#
@@ -56,7 +56,7 @@ jobs:
5656
components: rust-src
5757
target: ${{ matrix.job.target }}
5858
- name: Checkout repository
59-
uses: actions/checkout@v5
59+
uses: actions/checkout@v6
6060
with:
6161
ref: ${{ needs.analyze-tags.outputs.previous-tag }}
6262
- name: build prep for x86_64-unknown-linux-musl

.github/workflows/publish-portable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
outputs:
1313
previous-tag: ${{ steps.previoustag.outputs.tag }}
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818
#▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼#
@@ -142,7 +142,7 @@ jobs:
142142
toolchain: ${{ matrix.rust }}
143143
target: ${{ matrix.job.target }}
144144
- name: Checkout repository
145-
uses: actions/checkout@v5
145+
uses: actions/checkout@v6
146146
with:
147147
ref: ${{ needs.analyze-tags.outputs.previous-tag }}
148148
- name: build prep for x86_64-unknown-linux-musl

0 commit comments

Comments
 (0)