Skip to content

Commit 3f522e8

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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 fb63cfb commit 3f522e8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-ij1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: 'ubuntu-latest'
1616
steps:
1717
- name: Checkout branch ${{ github.ref_name }}
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919
- name: Set up JDK
2020
uses: actions/setup-java@v4
2121
with:

.github/workflows/build-ij2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: 'ubuntu-latest'
1616
steps:
1717
- name: Checkout branch ${{ github.ref_name }}
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919
- name: Set up JDK
2020
uses: actions/setup-java@v4
2121
with:

.github/workflows/build-matlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: 'ubuntu-latest'
1616
steps:
1717
- name: Checkout branch ${{ github.ref_name }}
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919
- name: Setup MATLAB
2020
uses: matlab-actions/setup-matlab@v2
2121
- name: Run build

.github/workflows/publish-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: 'ubuntu-latest'
1212
steps:
1313
- name: Checkout branch ${{ github.ref_name }}
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
- name: Set up JDK
1616
uses: actions/setup-java@v4
1717
with:

0 commit comments

Comments
 (0)