Skip to content

Commit

Permalink
Merge pull request #29 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 authored Feb 12, 2024
2 parents 8a72e63 + 8e4f14c commit a839b32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-metaproxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ 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
ref: master
- name: Clone YAZPP
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: indexdata/yazpp
path: yazpp
Expand Down

0 comments on commit a839b32

Please sign in to comment.