Skip to content

Commit 6cb9271

Browse files
Update GitHub Action actions/setup-python to v4.9.0
1 parent df9a285 commit 6cb9271

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-rust-ci/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
using: composite
66
steps:
77
- name: Set up Python
8-
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
8+
uses: actions/setup-python@3605726ffa6ef7750b99ff496e5b88248b414e26 # v4.9.0
99
with:
1010
python-version: "3.10"
1111
- name: Upgrade pip

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172

173173
- name: Install Python
174174
if: matrix.directory == 'apps/sim-engine'
175-
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
175+
uses: actions/setup-python@3605726ffa6ef7750b99ff496e5b88248b414e26 # v4.9.0
176176
with:
177177
python-version: "3.10"
178178

0 commit comments

Comments
 (0)