Skip to content

Commit 7fb8f1f

Browse files
committed
Switch back to v1 of checkout.
1 parent 5029a5b commit 7fb8f1f

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/daily.yml

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

7373
steps:
7474
- name: Clone ImageMagick-Windows
75-
uses: actions/checkout@master
75+
uses: actions/checkout@v1
7676
with:
7777
repository: ImageMagick/ImageMagick-Windows
7878
ref: master

.github/workflows/master.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: macos-latest
5050

5151
steps:
52-
- uses: actions/checkout@master
52+
- uses: actions/checkout@v1
5353
with:
5454
fetch-depth: 1
5555

@@ -75,7 +75,7 @@ jobs:
7575
runs-on: windows-latest
7676

7777
steps:
78-
- uses: actions/checkout@master
78+
- uses: actions/checkout@v1
7979
with:
8080
repository: ImageMagick/ImageMagick-Windows
8181
ref: master
@@ -84,7 +84,6 @@ jobs:
8484
- name: Clone repositories
8585
shell: cmd
8686
run: |
87-
dir %GITHUB_WORKSPACE%
8887
cd %GITHUB_WORKSPACE%\ImageMagick-Windows
8988
CloneRepositories.cmd https://github.com/ImageMagick shallow
9089

0 commit comments

Comments
 (0)