We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e1cc4b commit ff0fb6fCopy full SHA for ff0fb6f
.github/workflows/ExportPluto.yaml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
steps:
23
- name: Checkout this repository
24
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
25
26
- name: Install Julia
27
uses: julia-actions/setup-julia@v2
.github/workflows/Test.yml
@@ -29,7 +29,7 @@ jobs:
29
30
31
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
32
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
33
34
# Makes the `julia` command available
35
- uses: julia-actions/setup-julia@v2
0 commit comments