Skip to content

Commit ff0fb6f

Browse files
committed
update gha
1 parent 5e1cc4b commit ff0fb6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ExportPluto.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout this repository
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525

2626
- name: Install Julia
2727
uses: julia-actions/setup-julia@v2

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333

3434
# Makes the `julia` command available
3535
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)