Skip to content

Commit

Permalink
Merge pull request #58 from MartinBasti/fix_actions
Browse files Browse the repository at this point in the history
workflow: use checkout action version 3
  • Loading branch information
MartinBasti committed Oct 18, 2022
2 parents ef22749 + e00b4b5 commit 51425a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gating.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: [3.9, 3.8, 3.7, 3.6]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
python-version: [3.9]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand All @@ -74,7 +74,7 @@ jobs:
hadolint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v1.5.0
with:
dockerfile: Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/multiarch-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: add checkout action...
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install qemu dependency
run: |
Expand Down

0 comments on commit 51425a5

Please sign in to comment.