Skip to content

Commit

Permalink
Merge pull request #34 from indexdata/DEVOPS-2662-upgrade-actions
Browse files Browse the repository at this point in the history
DEVOPS-2662 upgrade github actions
  • Loading branch information
dcrossleyau committed Feb 12, 2024
2 parents 6c54c02 + 972a785 commit a79e33f
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 a79e33f

Please sign in to comment.