Skip to content

Commit fadd467

Browse files
Bump actions/checkout from 5 to 6 (#386)
* 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> * dummy * dummy --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: odunbar <odunbar@caltech.edu>
1 parent 10cb780 commit fadd467

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: styfle/cancel-workflow-action@0.12.1
2020
with:
2121
access_token: ${{ github.token }}
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- uses: julia-actions/setup-julia@v2
2424
with:
2525
version: "1.11"

.github/workflows/JuliaFormatter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
access_token: ${{ github.token }}
2121

22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323

2424
- uses: dorny/paths-filter@v3.0.2
2525
id: filter

0 commit comments

Comments
 (0)