Skip to content

Commit f12ccbe

Browse files
authored
Merge pull request #6797 from psf/dependabot/github_actions/actions/setup-python-5.2.0
2 parents a3ce6f0 + 173890a commit f12ccbe

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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
1515
- name: Set up Python
16-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
16+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
2929
- name: Set up Python ${{ matrix.python-version }}
30-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
30+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333
cache: 'pip'
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
4949
- name: 'Set up Python 3.8'
50-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
50+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
5151
with:
5252
python-version: '3.8'
5353
- name: Install dependencies
@@ -67,7 +67,7 @@ jobs:
6767
steps:
6868
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
6969
- name: 'Set up Python 3.8'
70-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
70+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
7171
with:
7272
python-version: '3.8'
7373
- name: Install dependencies

0 commit comments

Comments
 (0)