Skip to content

Commit

Permalink
ci(actions): update actions for node 16 deprecation (reanahub#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Mar 18, 2024
1 parent 857ed8e commit 20c72de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Runs shell script static analysis
run: |
Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Validate workflow spec
uses: reanahub/reana-github-actions/local-validate@v1
Expand Down

0 comments on commit 20c72de

Please sign in to comment.