Skip to content

Commit fd1920d

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 4bdaa4e commit fd1920d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
working-directory: jspecify-reference-checker
1212
steps:
1313
- name: Check out jspecify-reference checker
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
with:
1616
path: jspecify-reference-checker
1717
- name: Check out jspecify
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
repository: jspecify/jspecify
2121
path: jspecify
@@ -47,7 +47,7 @@ jobs:
4747
if: github.repository == 'jspecify/jspecify-reference-checker' && github.ref_name == 'main' && github.event_name == 'push'
4848
steps:
4949
- name: Check out the code
50-
uses: actions/checkout@v5
50+
uses: actions/checkout@v6
5151
- name: Set up Java
5252
uses: actions/setup-java@v5
5353
with:

.github/workflows/update-conformance-test-reports.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
distribution: temurin
2626
java-version: 17
2727
- name: Check out JSpecify
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
with:
3030
repository: jspecify/jspecify
3131
ref: main
3232
path: jspecify
3333
- name: Check out the Reference Checker
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
with:
3636
fetch-depth: 0
3737
path: reference-checker

0 commit comments

Comments
 (0)