We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7091b15 commit 9fa60adCopy full SHA for 9fa60ad
.github/workflows/build-yazproxy.yaml
@@ -5,17 +5,17 @@ jobs:
5
build:
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
9
with:
10
fetch-depth: 1
11
- name: Clone YAZ
12
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
13
14
repository: indexdata/yaz
15
path: yaz
16
ref: master
17
- name: Clone YAZPP
18
19
20
repository: indexdata/yazpp
21
path: yazpp
0 commit comments