Skip to content

Commit c050702

Browse files
author
Jussi Kukkonen
authored
Merge pull request #2021 from theupdateframework/dependabot/github_actions/actions/setup-python-4
build(deps): bump actions/setup-python from 3.1.2 to 4
2 parents b8360a2 + 94b08fa commit c050702

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6
40+
uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb
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@0ebf233433c08fb9061af664d501c3f3ff0e9e20
29+
uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb
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@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6
18+
- uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb
1919
- name: Get supported version
2020
id: get-version
2121
run: |

0 commit comments

Comments
 (0)