Skip to content

Commit 9591caf

Browse files
authored
Merge pull request #90 from JuliaComputing/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 1 to 4
2 parents 49705d6 + 8f137a6 commit 9591caf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- uses: julia-actions/setup-julia@latest
47-
- uses: actions/checkout@v1
47+
- uses: actions/checkout@v4
4848
- name: Install JuliaFormatter and format
4949
run: |
5050
julia --color=yes -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter"))'

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
aggregate:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111
- uses: julia-actions/setup-julia@v1
1212
with:
1313
version: '1.8'

0 commit comments

Comments
 (0)