Skip to content

Commit a99602d

Browse files
authored
Merge pull request #216 from MineralsCloud/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 54e2649 + 591bca0 commit a99602d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- os: macOS-latest
3636
arch: x86
3737
steps:
38-
- uses: actions/checkout@v5
38+
- uses: actions/checkout@v6
3939
- uses: julia-actions/setup-julia@v2
4040
with:
4141
version: ${{ matrix.version }}
@@ -54,7 +54,7 @@ jobs:
5454
contents: write
5555
statuses: write
5656
steps:
57-
- uses: actions/checkout@v5
57+
- uses: actions/checkout@v6
5858
- uses: julia-actions/setup-julia@v2
5959
with:
6060
version: '1'

.github/workflows/format_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
version: ${{ matrix.julia-version }}
2323

24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
- name: Install JuliaFormatter and format
2626
# This will use the latest version by default but you can set the version like so:
2727
#

.github/workflows/format_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v5
9+
- uses: actions/checkout@v6
1010
- name: Install JuliaFormatter and format
1111
run: |
1212
julia -e 'import Pkg; Pkg.add("JuliaFormatter")'

0 commit comments

Comments
 (0)