Skip to content

Commit ece37ef

Browse files
chore(deps): 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 0a47d24 commit ece37ef

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
dir: './DifferentiationInterfaceTest'
3636

3737
steps:
38-
- uses: actions/checkout@v5
38+
- uses: actions/checkout@v6
3939
- uses: julia-actions/setup-julia@v2
4040
with:
4141
version: '1' # TODO: 1

.github/workflows/PreCommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pre-commit:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- uses: julia-actions/setup-julia@v2
2323
- uses: julia-actions/cache@v2
2424
- run: julia -e 'using Pkg; Pkg.add("Runic")'

.github/workflows/Test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
JULIA_DI_TEST_GROUP: ${{ matrix.group }}
5050
JULIA_DI_PR_DRAFT: ${{ github.event.pull_request.draft }}
5151
steps:
52-
- uses: actions/checkout@v5
52+
- uses: actions/checkout@v6
5353
- uses: julia-actions/setup-julia@v2
5454
with:
5555
version: ${{ matrix.version }}
@@ -134,7 +134,7 @@ jobs:
134134
JULIA_DI_TEST_GROUP: ${{ matrix.group }}
135135
JULIA_DI_PR_DRAFT: ${{ github.event.pull_request.draft }}
136136
steps:
137-
- uses: actions/checkout@v5
137+
- uses: actions/checkout@v6
138138
- uses: julia-actions/setup-julia@v2
139139
with:
140140
version: ${{ matrix.version }}
@@ -190,7 +190,7 @@ jobs:
190190
JULIA_DIT_TEST_GROUP: ${{ matrix.group }}
191191
JULIA_DI_PR_DRAFT: ${{ github.event.pull_request.draft }}
192192
steps:
193-
- uses: actions/checkout@v5
193+
- uses: actions/checkout@v6
194194
- uses: julia-actions/setup-julia@v2
195195
with:
196196
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)