Skip to content

Commit 26664fa

Browse files
Bump actions/setup-python from 5.2.0 to 5.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@f677139...0b93645) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7335bbf commit 26664fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1515
- name: Set up Python
16-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
16+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
1717
with:
1818
python-version: "3.x"
1919
- name: Run pre-commit

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2929
- name: Set up Python ${{ matrix.python-version }}
30-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
30+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333
cache: 'pip'
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
5050
- name: 'Set up Python 3.8'
51-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
51+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
5252
with:
5353
python-version: '3.8'
5454
- name: Install dependencies
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
7070
- name: 'Set up Python 3.8'
71-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
71+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
7272
with:
7373
python-version: '3.8'
7474
- name: Install dependencies

0 commit comments

Comments
 (0)