We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/setup-python
1 parent df9a285 commit 07f485dCopy full SHA for 07f485d
.github/actions/setup-rust-ci/action.yml
@@ -5,7 +5,7 @@ runs:
5
using: composite
6
steps:
7
- name: Set up Python
8
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
+ uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
9
with:
10
python-version: "3.10"
11
- name: Upgrade pip
.github/workflows/rust.yml
@@ -172,7 +172,7 @@ jobs:
172
173
- name: Install Python
174
if: matrix.directory == 'apps/sim-engine'
175
176
177
178
0 commit comments