Skip to content

Commit

Permalink
ci: update all actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Aug 14, 2023
1 parent 7701135 commit c6d626c
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 @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

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

- name: Check Dockerfile compliance
run: ./run-tests.sh --check-dockerfile
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: true

Expand Down

0 comments on commit c6d626c

Please sign in to comment.