Skip to content

Commit 9fa60ad

Browse files
committed
Use actions/checkout v5 DEVOPS-2662
1 parent 7091b15 commit 9fa60ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-yazproxy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ 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
1616
ref: master
1717
- name: Clone YAZPP
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
with:
2020
repository: indexdata/yazpp
2121
path: yazpp

0 commit comments

Comments
 (0)