Skip to content

Commit 8d5dca4

Browse files
committed
.
1 parent 9bcc4e7 commit 8d5dca4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/DocsCleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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

.github/workflows/Documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)