Skip to content

Commit a738be1

Browse files
authored
Merge pull request #38 from cybertec-postgresql/dependabot/github_actions/actions/setup-python-4
[+] bump `actions/setup-python` from 3 to 4
2 parents 35ca0fd + 702f28f commit a738be1

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
name: Upload Release Asset
1111
runs-on: windows-latest
1212
steps:
13-
- uses: actions/setup-python@v3
13+
- uses: actions/setup-python@v4
1414
with:
15-
python-version: '3.10.4'
15+
python-version: '3.10.5'
1616

1717
- name: Checkout code
1818
uses: actions/checkout@v3

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
name: Test Python set up
1111
runs-on: windows-latest
1212
steps:
13-
- uses: actions/setup-python@v3
13+
- uses: actions/setup-python@v4
1414
with:
15-
python-version: '3.10.4'
15+
python-version: '3.10.5'
1616

1717
- name: Check out code
1818
uses: actions/checkout@v3

install-env.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
setlocal enableDelayedExpansion
44

55
set "PYTHON_REF=https://www.python.org/ftp/python/3.10.5/python-3.10.5-amd64.exe"
6+
@REM one should change python version in github action workflows when changed here
7+
68
set PYTHON="python.exe"
79
set PIP="pip3.exe"
810
if "%RUNNER_TOOL_CACHE%"=="" (

0 commit comments

Comments
 (0)