Skip to content

Commit 21865ef

Browse files
Bump actions/checkout from 5.0.0 to 6.0.0 (#113)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 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.0...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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ec7dc0 commit 21865ef

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5.0.0
12+
- uses: actions/checkout@v6.0.0
1313
with:
1414
# required by release-tag.sh to correctly identify files changed in the last commit
1515
fetch-depth: 2

.github/workflows/refresh_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: "ubuntu-latest"
1414
steps:
1515
- name: check-out
16-
uses: actions/checkout@v5.0.0
16+
uses: actions/checkout@v6.0.0
1717
with:
1818
ref: trunk
1919
- name: setup-java

.github/workflows/scratchpad.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v5.0.0
10+
uses: actions/checkout@v6.0.0

.github/workflows/upload_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v5.0.0
12+
uses: actions/checkout@v6.0.0
1313
- name: Grab tag name
1414
uses: olegtarasov/[email protected]
1515
id: tagName

0 commit comments

Comments
 (0)