Skip to content

Commit

Permalink
Use new github checkout actions
Browse files Browse the repository at this point in the history
  • Loading branch information
igo95862 committed Dec 26, 2022
1 parent 5a60920 commit 91b9f24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_pypi_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- name: Install dependencies
run: |
sudo apt update
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ubuntu_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- name: Install dependencies
run: |
sudo apt update
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- name: Install dependencies
run: |
sudo apt update
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- name: Install dependencies
run: |
sudo apt update
Expand All @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- name: Build Alpine container
run: |
podman build --tag alpine-ci -f ./test/containers/Containerfile-alpine .
Expand Down

0 comments on commit 91b9f24

Please sign in to comment.