Skip to content

Commit cb15397

Browse files
authored
Merge pull request #68 from cybertec-postgresql/dependabot/github_actions/actions/setup-python-5
[+] bump `actions/setup-python` from 4 to 5
2 parents 3c81de9 + 8410fa5 commit cb15397

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Upload Release Asset
1111
runs-on: windows-latest
1212
steps:
13-
- uses: actions/setup-python@v4
13+
- uses: actions/setup-python@v5
1414
with:
1515
python-version: '3.11.5'
1616

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Test Python set up
1111
runs-on: windows-latest
1212
steps:
13-
- uses: actions/setup-python@v4
13+
- uses: actions/setup-python@v5
1414
with:
1515
python-version: '3.11.5'
1616

0 commit comments

Comments
 (0)