Skip to content

Commit fcded9a

Browse files
Bump actions/setup-python from 5.4.0 to 5.5.0 (#58)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f1aa30c commit fcded9a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
enable-cache: true
3737

3838
- name: "Set up Python"
39-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
39+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
4040
with:
4141
python-version-file: ".python-version"
4242

.github/workflows/docs_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
enable-cache: true
3131

3232
- name: "Set up Python"
33-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
33+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
3434
with:
3535
python-version-file: ".python-version"
3636

.github/workflows/docs_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
enable-cache: true
3636

3737
- name: "Set up Python"
38-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
38+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
3939
with:
4040
python-version-file: ".python-version"
4141

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
enable-cache: true
4343

4444
- name: "Set up Python"
45-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
45+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
4646
with:
4747
python-version-file: ".python-version"
4848

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
enable-cache: true
3030

3131
- name: "Set up Python"
32-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
32+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
3333
with:
3434
python-version-file: ".python-version"
3535

0 commit comments

Comments
 (0)