Skip to content

Commit d2908c0

Browse files
authored
Merge pull request #2269 from theupdateframework/dependabot/github_actions/actions/setup-python-4.5.0
build(deps): bump actions/setup-python from 4.4.0 to 4.5.0
2 parents cc48e9d + 4c3df14 commit d2908c0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
3939

4040
- name: Set up Python ${{ matrix.python-version }}
41-
uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912
41+
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
4242
with:
4343
python-version: ${{ matrix.python-version }}
4444
cache: 'pip'
@@ -82,7 +82,7 @@ jobs:
8282
run: touch requirements.txt
8383

8484
- name: Set up Python
85-
uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912
85+
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
8686
with:
8787
python-version: '3.x'
8888
cache: 'pip'

.github/workflows/cd.yml

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

2525
- name: Set up Python
26-
uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912
26+
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
2727
with:
2828
python-version: '3.x'
2929

.github/workflows/specification-version-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
version: ${{ steps.get-version.outputs.version }}
1616
steps:
1717
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
18-
- uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912
18+
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
1919
with:
2020
python-version: "3.x"
2121
- id: get-version

0 commit comments

Comments
 (0)