From 5f0e2da0e5058ab82803551a42eeb941b495bbbe Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Fri, 16 Feb 2024 15:32:56 -0600 Subject: [PATCH] chore: Bump action versions --- .github/workflows/wave.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/wave.yml b/.github/workflows/wave.yml index 87e0b9bf173..c892a7fd236 100644 --- a/.github/workflows/wave.yml +++ b/.github/workflows/wave.yml @@ -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 @@ -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 @@ -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 @@ -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: | @@ -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: | @@ -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: |