Skip to content

Commit dcee37e

Browse files
committed
Use actions/checkout v5 DEVOPS-2662
1 parent a79e33f commit dcee37e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-pazpar2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ jobs:
55
build:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v5
99
with:
1010
fetch-depth: 1
1111
- name: clone yaz
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
with:
1414
repository: indexdata/yaz
1515
path: yaz

0 commit comments

Comments
 (0)