Skip to content

Commit 4f331ca

Browse files
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 7837a91 commit 4f331ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/gt-update.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
} && false || cd "$currentDir" && rm -r "$tmpDir" && "${result:-false}"
6767
# end install.doc.sh
6868
#gt-placeholder-gh-action-checkout-1-start
69-
- uses: actions/checkout@v5
69+
- uses: actions/checkout@v6
7070
#gt-placeholder-gh-action-checkout-1-end
7171
- id: set-matrix
7272
run: |
@@ -114,7 +114,7 @@ jobs:
114114
} && false || cd "$currentDir" && rm -r "$tmpDir" && "${result:-false}"
115115
# end install.doc.sh
116116
#gt-placeholder-gh-action-checkout-2-start
117-
- uses: actions/checkout@v5
117+
- uses: actions/checkout@v6
118118
#gt-placeholder-gh-action-checkout-2-end
119119
- name: reset gpg keys
120120
run: gt reset --gpg-only true -r "${{ matrix.remote }}"
@@ -163,7 +163,7 @@ jobs:
163163
runs-on: ubuntu-latest
164164
steps:
165165
#gt-placeholder-gh-action-checkout-3-start
166-
- uses: actions/checkout@v5
166+
- uses: actions/checkout@v6
167167
#gt-placeholder-gh-action-checkout-3-end
168168
- name: check if signing key already are or will expire within the next 3 months
169169
run: |

.github/workflows/quality-assurance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: before-pr.sh
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313

1414
- name: install shellcheck
1515
run: ./src/ci/install-shellcheck.sh

0 commit comments

Comments
 (0)