Skip to content

Commit d629173

Browse files
committed
Update pipeline versions
1 parent 317d11a commit d629173

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repo
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v3
2525

2626
- name: Set up python
27-
uses: actions/setup-python@v2
27+
uses: actions/setup-python@v4
2828
with:
29-
python-version: "3.9"
29+
python-version: "3.11"
3030

3131
- name: Set version
3232
# A specific version was set in the action trigger.

.github/workflows/run-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
# steps to run in each job. Some are github actions, others run shell commands
2626
steps:
2727
- name: Checkout repo
28-
uses: actions/checkout@v2
28+
uses: actions/checkout@v3
2929

3030
- name: Set up python
31-
uses: actions/setup-python@v2
31+
uses: actions/setup-python@v4
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434
architecture: ${{ matrix.architecture }}

0 commit comments

Comments
 (0)