Skip to content

Commit

Permalink
chore: Bump action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Feb 16, 2024
1 parent c2fe72e commit 5f0e2da
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/wave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ jobs:
docker-matrix: ${{ steps.docker-diff.outputs.all_changed_files }}
spack-matrix: ${{ steps.spack-diff.outputs.all_changed_files }}
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Find conda differences
id: conda-diff
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v42
with:
json: true
quotepath: false
Expand All @@ -33,7 +32,7 @@ jobs:
- name: Find Dockerfile differences
id: docker-diff
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v42
with:
json: true
quotepath: false
Expand All @@ -42,7 +41,7 @@ jobs:
- name: Find Spack differences
id: spack-diff
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v42
with:
json: true
quotepath: false
Expand All @@ -60,7 +59,7 @@ jobs:
matrix: "${{ fromJson(needs.gen-matrix.outputs.conda-matrix) }}"
steps:
# Use the @nf-core-bot token to check out so we can push later
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install wave-cli
run: |
Expand Down Expand Up @@ -97,7 +96,7 @@ jobs:
matrix: "${{ fromJson(needs.gen-matrix.outputs.docker-matrix) }}"
steps:
# Use the @nf-core-bot token to check out so we can push later
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install wave-cli
run: |
Expand Down Expand Up @@ -134,7 +133,7 @@ jobs:
matrix: "${{ fromJson(needs.gen-matrix.outputs.spack-matrix) }}"
steps:
# Use the @nf-core-bot token to check out so we can push later
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install wave-cli
run: |
Expand Down

0 comments on commit 5f0e2da

Please sign in to comment.