Skip to content

Commit 4502406

Browse files
author
Lukas Pühringer
authored
Merge pull request #2067 from theupdateframework/dependabot/github_actions/actions/setup-python-4.2.0
build(deps): bump actions/setup-python from 4.1.0 to 4.2.0
2 parents 3108998 + c524984 commit 4502406

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
3838

3939
- name: Set up Python ${{ matrix.python-version }}
40-
uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08
40+
uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
cache: 'pip'

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
ref: ${{ github.event.workflow_run.head_branch }}
2727

2828
- name: Set up Python
29-
uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08
29+
uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5
3030
with:
3131
python-version: '3.x'
3232

.github/workflows/specification-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
18-
- uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08
18+
- uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5
1919
- name: Get supported version
2020
id: get-version
2121
run: |

0 commit comments

Comments
 (0)