Skip to content

Commit 24fbefc

Browse files
chore(deps): bump actions/checkout from 4 to 5 (#846)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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 ed5655a commit 24fbefc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.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@v4
38+
- uses: actions/checkout@v5
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@v4
21+
- uses: actions/checkout@v5
2222
- uses: julia-actions/setup-julia@v2
2323
- uses: julia-actions/cache@v2
2424
- run: julia -e 'using Pkg; Pkg.add("JuliaFormatter")'

.github/workflows/Test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
JULIA_DI_TEST_GROUP: ${{ matrix.group }}
6363
JULIA_DI_PR_DRAFT: ${{ github.event.pull_request.draft }}
6464
steps:
65-
- uses: actions/checkout@v4
65+
- uses: actions/checkout@v5
6666
- uses: julia-actions/setup-julia@v2
6767
with:
6868
version: ${{ matrix.version }}
@@ -116,7 +116,7 @@ jobs:
116116
JULIA_DIT_TEST_GROUP: ${{ matrix.group }}
117117
JULIA_DI_PR_DRAFT: ${{ github.event.pull_request.draft }}
118118
steps:
119-
- uses: actions/checkout@v4
119+
- uses: actions/checkout@v5
120120
- uses: julia-actions/setup-julia@v2
121121
with:
122122
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)