Skip to content

Commit

Permalink
Merge pull request #107 from indexdata/DEVOPS-2662-upgrade-actions
Browse files Browse the repository at this point in the history
DEVOPS-2662 update github actions
  • Loading branch information
dcrossleyau authored Feb 1, 2024
2 parents 0def0ed + 5af9745 commit dc6defa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-complete-yaz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build-complete:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Update packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-minimal-yaz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build-minimal-yaz:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Update packages
Expand Down

0 comments on commit dc6defa

Please sign in to comment.