Skip to content

Commit bdf164e

Browse files
authored
Merge pull request #2214 from theupdateframework/dependabot/github_actions/actions/setup-python-4.3.1
build(deps): bump actions/setup-python from 4.3.0 to 4.3.1
2 parents 9548a4c + 205769d commit bdf164e

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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
3939

4040
- name: Set up Python ${{ matrix.python-version }}
41-
uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984
41+
uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
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@13ae5bb136fac2878aff31522b9efb785519f984
85+
uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
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@13ae5bb136fac2878aff31522b9efb785519f984
26+
uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
18-
- uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984
18+
- uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
1919
with:
2020
python-version: "3.x"
2121
- id: get-version

0 commit comments

Comments
 (0)