Skip to content

Commit e7b4060

Browse files
authored
Merge pull request #1301 from sigmavirus24/dependabot/github_actions/actions/setup-python-6.2.0
Bump actions/setup-python from 6.1.0 to 6.2.0
2 parents 0ab32b9 + 6521451 commit e7b4060

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535

3636
- name: Setup Python
37-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
37+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3838
with:
3939
python-version: ${{ matrix.PYTHON.VERSION }}
4040

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
egress-policy: audit
2828

2929
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
30-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
30+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3131
with:
3232
python-version: "3.11"
3333

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd"
2828

2929
- name: "Setup Python"
30-
uses: "actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548"
30+
uses: "actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405"
3131
with:
3232
python-version: "3.x"
3333

0 commit comments

Comments
 (0)