Skip to content

Commit f94ab57

Browse files
Update actions/setup-python action to v6
1 parent a4eb7db commit f94ab57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/internal-check-python-venv-support.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v5
2424

2525
- name: (Python Setup) Use version ${{ matrix.python }} with venv environment management module
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: ${{ matrix.python }}
2929
cache: 'pip'

.github/workflows/public-analyze-code-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122

123123
- name: (Python Setup) Use version ${{ matrix.python }} with venv environment management module
124124
if: inputs.use-venv_virtual_python_environment == 'true'
125-
uses: actions/setup-python@v5
125+
uses: actions/setup-python@v6
126126
with:
127127
python-version: ${{ matrix.python }}
128128
cache: 'pip'

0 commit comments

Comments
 (0)