We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975365a commit 53ba89cCopy full SHA for 53ba89c
2 files changed
.github/workflows/daily.yml
@@ -25,7 +25,7 @@ jobs:
25
hdri: no
26
27
steps:
28
- - uses: actions/checkout@master
+ - uses: actions/checkout@v1
29
with:
30
fetch-depth: 1
31
.github/workflows/master.yml
@@ -22,7 +22,7 @@ jobs:
22
compiler: [ gcc, clang ]
23
24
@@ -49,7 +49,7 @@ jobs:
49
runs-on: macos-latest
50
51
52
53
54
55
@@ -75,7 +75,7 @@ jobs:
75
runs-on: windows-latest
76
77
78
79
80
repository: ImageMagick/ImageMagick-Windows
81
ref: refs/heads/master
0 commit comments