Skip to content

Commit 514d769

Browse files
Bump actions/checkout from 5.0.1 to 6.0.0 (2dust#8359)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.1...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b82f17 commit 514d769

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v5.0.1
34+
uses: actions/checkout@v6.0.0
3535
with:
3636
submodules: 'recursive'
3737
fetch-depth: '0'
@@ -110,7 +110,7 @@ jobs:
110110
dnf -y install sudo git rpm-build rpmdevtools dnf-plugins-core rsync findutils tar gzip unzip which
111111
112112
- name: Checkout repo (for scripts)
113-
uses: actions/checkout@v5.0.1
113+
uses: actions/checkout@v6.0.0
114114
with:
115115
submodules: 'recursive'
116116
fetch-depth: '0'

.github/workflows/build-osx.yml

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

2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v5.0.1
29+
uses: actions/checkout@v6.0.0
3030
with:
3131
submodules: 'recursive'
3232
fetch-depth: '0'

.github/workflows/build-windows-desktop.yml

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

2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v5.0.1
29+
uses: actions/checkout@v6.0.0
3030
with:
3131
submodules: 'recursive'
3232
fetch-depth: '0'

.github/workflows/build-windows.yml

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

2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v5.0.1
30+
uses: actions/checkout@v6.0.0
3131

3232
- name: Setup
3333
uses: actions/setup-dotnet@v5.0.0

0 commit comments

Comments
 (0)