Skip to content

Commit

Permalink
Update checkout and setup-python actions in CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Jan 2, 2023
1 parent 9bfb72f commit 9fc33fd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
runs-on: '${{ matrix.image }}'
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '${{ matrix.python }}'
- name: Upgrade packaging stack
Expand Down Expand Up @@ -61,9 +61,9 @@ jobs:
runs-on: '${{ matrix.image }}'
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '${{ matrix.python }}'
- name: Upgrade packaging stack
Expand All @@ -88,9 +88,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '${{ matrix.python }}'
- name: Upgrade packaging stack
Expand All @@ -115,9 +115,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '${{ matrix.python }}'
- name: Upgrade packaging stack
Expand Down

0 comments on commit 9fc33fd

Please sign in to comment.