Skip to content

Commit ed90176

Browse files
committed
update GHA versions
1 parent 70abb3f commit ed90176

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ExportNotebooks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout Fall 24 source
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

1818
- name: 🙌 Install Julia
19-
uses: julia-actions/setup-julia@v2
19+
uses: julia-actions/setup-julia@v3
2020
with:
2121
version: "1.10.4"
2222

@@ -37,7 +37,7 @@ jobs:
3737
${{ runner.os }}-dotjulia-v1-${{ hashFiles('**/Project.toml', '**/Manifest.toml') }}
3838
3939
- name: 📅 Checkout Fall20, Spring21, Fall22, Fall23 output
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v6
4141
with:
4242
path: Fall23-output
4343
ref: Fall23-output

.github/workflows/KeepCacheFresh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Fall 24 source
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515

1616
- name: ⏱ Cache notebook states
1717
uses: actions/cache@v4

0 commit comments

Comments
 (0)