Skip to content

Commit 88f1472

Browse files
Bump actions/checkout from 5 to 6 (#560)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Patrik Ragnarsson <[email protected]>
1 parent 2252813 commit 88f1472

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

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

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929

3030
# Initializes the CodeQL tools for scanning.
3131
- name: Initialize CodeQL

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install libidn
2020
run: sudo apt-get install libidn11-dev
2121

22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323

2424
- uses: ruby/setup-ruby@v1
2525
with:

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
IDNA_MODE: ${{ matrix.idna_mode }}
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222

2323
- name: Install libidn
2424
run: sudo apt-get install libidn11-dev
@@ -54,7 +54,7 @@ jobs:
5454
COVERALLS_DEBUG: true
5555
CI_BUILD_NUMBER: ${{ github.run_id }}
5656
steps:
57-
- uses: actions/checkout@v5
57+
- uses: actions/checkout@v6
5858

5959
- name: Install libidn
6060
run: sudo apt-get install libidn11-dev
@@ -124,7 +124,7 @@ jobs:
124124
# https://github.com/jruby/jruby/issues/7182#issuecomment-1112953015
125125
JAVA_OPTS: -Djdk.io.File.enableADS=true
126126
steps:
127-
- uses: actions/checkout@v5
127+
- uses: actions/checkout@v6
128128

129129
- name: Install libidn (Ubuntu)
130130
if: startsWith(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)