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 a79e33f commit dcee37eCopy full SHA for dcee37e
.github/workflows/build-pazpar2.yaml
@@ -5,11 +5,11 @@ 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
0 commit comments