Skip to content

Commit 600d16b

Browse files
author
Lukas Pühringer
authored
Merge pull request #2364 from theupdateframework/dependabot/github_actions/actions/setup-python-4.6.0
build(deps): bump actions/setup-python from 4.5.0 to 4.6.0
2 parents 5d9937a + 964c30c commit 600d16b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
1616

1717
- name: Set up Python 3.x
18-
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
18+
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
1919
with:
2020
python-version: 3.x
2121
cache: 'pip'
@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
6060

6161
- name: Set up Python ${{ matrix.python-version }}
62-
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
62+
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
6363
with:
6464
python-version: ${{ matrix.python-version }}
6565
cache: 'pip'
@@ -101,7 +101,7 @@ jobs:
101101
run: touch requirements.txt
102102

103103
- name: Set up Python
104-
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
104+
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
105105
with:
106106
python-version: '3.x'
107107
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@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
26+
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
18-
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
18+
- uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
1919
with:
2020
python-version: "3.x"
2121
- id: get-version

0 commit comments

Comments
 (0)