Skip to content

Commit 1b274b3

Browse files
authored
Merge pull request #41 from indexdata/DEVOPS-2662-upgrade-actions-2
DEVOPS-2662 Upgrade Workflow Actions
2 parents 2a44cb4 + 2e91131 commit 1b274b3

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)