Skip to content

Commit

Permalink
Merge pull request #35 from indexdata/DEVOPS-2662-upgrade-actions-rhel-9
Browse files Browse the repository at this point in the history
DEVOPS-2662 upgrade github actions
  • Loading branch information
dcrossleyau authored Feb 12, 2024
2 parents 937d226 + d2fde3d commit b46693c
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 b46693c

Please sign in to comment.