Skip to content

Commit 74d7912

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 87f873c commit 74d7912

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/docker.yml

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

1818
steps:
1919
- name: Clone.
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
with:
2222
submodules: recursive
2323

.github/workflows/linux.yml

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

6060
steps:
6161
- name: Clone.
62-
uses: actions/checkout@v4
62+
uses: actions/checkout@v5
6363
with:
6464
submodules: recursive
6565

.github/workflows/mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: echo "REPO_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
5757

5858
- name: Clone.
59-
uses: actions/checkout@v4
59+
uses: actions/checkout@v5
6060
with:
6161
submodules: recursive
6262
path: ${{ env.REPO_NAME }}

.github/workflows/mac_packaged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: echo "REPO_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
6161

6262
- name: Clone.
63-
uses: actions/checkout@v4
63+
uses: actions/checkout@v5
6464
with:
6565
submodules: recursive
6666
path: ${{ env.REPO_NAME }}

.github/workflows/snap.yml

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

4848
steps:
4949
- name: Clone.
50-
uses: actions/checkout@v4
50+
uses: actions/checkout@v5
5151
with:
5252
fetch-depth: 0
5353
submodules: recursive

.github/workflows/win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: echo "REPO_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
7373

7474
- name: Clone.
75-
uses: actions/checkout@v4
75+
uses: actions/checkout@v5
7676
with:
7777
submodules: recursive
7878
path: ${{ env.TBUILD }}\${{ env.REPO_NAME }}

0 commit comments

Comments
 (0)