Skip to content

Commit ba05c91

Browse files
build(deps): bump actions/setup-python from 5.0.0 to 5.1.0 (#231)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cbfa7fa commit ba05c91

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
objects.githubusercontent.com:443
7070
7171
- uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
72-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # 5.0.0
72+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # 5.1.0
7373
with:
7474
python-version: ${{ matrix.python-version }}
7575

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
static.rust-lang.org:443
4242
4343
- uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
44-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
44+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
4545
with:
4646
python-version: 3.8
4747
architecture: x64
@@ -72,7 +72,7 @@ jobs:
7272
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
7373

7474
- uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
75-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
75+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
7676
with:
7777
python-version: ${{ matrix.python-version }}
7878

@@ -102,7 +102,7 @@ jobs:
102102
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
103103

104104
- uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
105-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
105+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
106106
with:
107107
python-version: ${{ matrix.python-version }}
108108

@@ -147,7 +147,7 @@ jobs:
147147
toolchain: 1.73.0
148148

149149
- name: Set up Python 3.8
150-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
150+
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
151151
with:
152152
python-version: 3.8
153153

0 commit comments

Comments
 (0)