Skip to content

Commit 10c73f2

Browse files
dependabot[bot]sarahmonod
authored andcommitted
Bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cf2e6ec commit 10c73f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
'
8888
- uses: actions/checkout@v5
8989
- name: 'Set up Python 3.8'
90-
uses: actions/setup-python@v5 # note that this step overwrites the PKG_CONFIG_PATH variable
90+
uses: actions/setup-python@v6 # note that this step overwrites the PKG_CONFIG_PATH variable
9191
with:
9292
python-version: '3.8' # the lowest version that we support in CI
9393
- name: Build sdist
@@ -169,7 +169,7 @@ jobs:
169169
/opt/bb/bin/cdb2sql "$COMDB2_DBNAME" local "create table $table_name { $(cat $table_file) }"
170170
done
171171
- name: Set up Python ${{matrix.python-version}}
172-
uses: actions/setup-python@v5 # note that this step overwrites the PKG_CONFIG_PATH variable
172+
uses: actions/setup-python@v6 # note that this step overwrites the PKG_CONFIG_PATH variable
173173
with:
174174
python-version: "${{matrix.python-version}}"
175175
- name: Install python-comdb2 from the sdist

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v5
2424
- name: Set up Python
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@v6
2626
with:
2727
python-version: "3.12"
2828
- name: Install Python dependencies

0 commit comments

Comments
 (0)