Skip to content

Commit 4b6604d

Browse files
Bump actions/checkout from 5 to 6 in the gh-actions group (#81)
Bumps the gh-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: gh-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 76c5bad commit 4b6604d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fail-fast: false
3030
runs-on: ${{ matrix.os.image }}
3131
steps:
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
- run: echo " " >> pom.xml # make sure the cache is slightly different for these runners
3434
- name: Set up JDK
3535
uses: actions/setup-java@v5
@@ -53,7 +53,7 @@ jobs:
5353
checker-framework:
5454
runs-on: ubuntu-latest
5555
steps:
56-
- uses: actions/checkout@v5
56+
- uses: actions/checkout@v6
5757
- run: echo " " >> pom.xml # make sure the cache is slightly different for the checker framework
5858
- name: Set up JDK 11
5959
uses: actions/setup-java@v5
@@ -67,7 +67,7 @@ jobs:
6767
lint:
6868
runs-on: ubuntu-latest
6969
steps:
70-
- uses: actions/checkout@v5
70+
- uses: actions/checkout@v6
7171
- name: Set up JDK 11
7272
uses: actions/setup-java@v5
7373
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
publish:
1010
runs-on: macos-latest # for now build on macos for the jni
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313

1414
# build jni libs on osx
1515
- run: ./update-rust-jni-libs.sh -r

0 commit comments

Comments
 (0)