Skip to content

Commit 46cae33

Browse files
authored
Merge pull request #415 from JuliaParallel/dependabot/github_actions/actions/checkout-3
build(deps): bump actions/checkout from 2 to 3
2 parents 8548c6f + 4ce621f commit 46cae33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CompatHelper.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
CompatHelper:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- name: Get Julia compatibility
1414
id: julia_compat
1515
# NOTE: this requires a Julia compat lower-bound with minor version!

.github/workflows/CustomCommands.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
sleep 30
2121
done
2222
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424
- uses: julia-actions/setup-julia@v1
2525
with:
2626
version: '1.9'

0 commit comments

Comments
 (0)