Skip to content

Commit

Permalink
Use actions/checkout v4 DEVOPS-2662
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrossleyau committed Feb 12, 2024
1 parent 937d226 commit d2fde3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pazpar2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: clone yaz
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: indexdata/yaz
path: yaz
Expand Down

0 comments on commit d2fde3d

Please sign in to comment.