Skip to content

Commit 8727733

Browse files
Bump actions/setup-python from 6.2.0 to 7.0.0 in /.github/workflows
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.2.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a309ff8...5fda3b9) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cebce54 commit 8727733

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
# rojopolis/spellcheck-github-actions does not support PT-BR,
7575
# only PT, and PT-BR is too different to pass a PT spellcheck
7676
- name: Set up Python for PT-BR
77-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
77+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97
7878
with:
7979
python-version: '3.10'
8080

@@ -97,7 +97,7 @@ jobs:
9797
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
9898

9999
- name: Install python
100-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
100+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97
101101
with:
102102
python-version: 3.x
103103

@@ -131,7 +131,7 @@ jobs:
131131
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
132132

133133
- name: Install python
134-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
134+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97
135135
with:
136136
python-version: 3.x
137137

.github/workflows/pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
# rojopolis/spellcheck-github-actions does not support PT-BR,
8383
# only PT, and PT-BR is too different to pass a PT spellcheck
8484
- name: Set up Python
85-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
85+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97
8686
with:
8787
python-version: '3.10'
8888

@@ -105,7 +105,7 @@ jobs:
105105
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
106106

107107
- name: Install python
108-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
108+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97
109109
with:
110110
python-version: 3.x
111111

@@ -136,7 +136,7 @@ jobs:
136136
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
137137

138138
- name: Install python
139-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
139+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97
140140
with:
141141
python-version: 3.x
142142

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1919

2020
- name: Install python
21-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
21+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97
2222
with:
2323
python-version: 3.x
2424

0 commit comments

Comments
 (0)