Skip to content

Commit c43b9aa

Browse files
chore(deps): Bump actions/setup-python from 6.1.0 to 6.2.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@83679a8...a309ff8) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c8c8ab5 commit c43b9aa

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
26+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830

.github/workflows/security-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2626
- name: Set up Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
27+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830

.github/workflows/snyk-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2020

2121
- name: Set up Python
22-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
22+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2323
with:
2424
python-version: '3.10'
2525

.github/workflows/snyk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2020

2121
- name: Set up Python
22-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
22+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2323
with:
2424
python-version: '3.10'
2525

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
steps:
8585
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
8686
- name: Set up Python ${{ matrix.python-version }}
87-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
87+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
8888
with:
8989
python-version: ${{ matrix.python-version }}
9090

0 commit comments

Comments
 (0)