Skip to content

Commit

Permalink
Upgrade checkout GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen committed Apr 14, 2022
1 parent bd75414 commit 0f48167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: test on Python ${{ matrix.python-version }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install system packages
run: |
sudo apt-get install \
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
runs-on: ubuntu-20.04
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 0f48167

Please sign in to comment.