File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
3030 " simplesynapse" ,]
3131 steps :
3232 - name : Cancel Previous Runs
33- uses : styfle/cancel-workflow-action@latest
33+ uses : styfle/cancel-workflow-action@v0.11.0
3434 with :
3535 access_token : ${{ github.token }}
3636
3737 - name : Checkout
38- uses : actions/checkout@latest
38+ uses : actions/checkout@v3
3939
4040 - name : Setup Julia
4141 uses : julia-actions/setup-julia@latest
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout gh-pages branch
12- uses : actions/checkout@latest
12+ uses : actions/checkout@v3
1313 with :
1414 ref : gh-pages
1515 - name : Delete preview and history + push changes
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Cancel Previous Runs
23- uses : styfle/cancel-workflow-action@latest
23+ uses : styfle/cancel-workflow-action@v0.11.0
2424 with :
2525 access_token : ${{ github.token }}
2626
2727 - name : Checkout
28- uses : actions/checkout@latest
28+ uses : actions/checkout@v3
2929
3030 - name : Setup Julia
3131 uses : julia-actions/setup-julia@latest
You can’t perform that action at this time.
0 commit comments