We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f5493a commit 41f7233Copy full SHA for 41f7233
.github/workflows/main.yml
@@ -8,7 +8,7 @@ jobs:
8
test:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
12
with:
13
fetch-depth: 0
14
- name: Running Validate Content
.github/workflows/s3sync.yml
@@ -14,7 +14,7 @@ jobs:
name: Sync simpleitk bucket
15
16
17
18
- name: Install dependencies
19
run: |
20
sudo apt-get update
0 commit comments