Skip to content

Commit c54d034

Browse files
authored
Merge pull request #6939 from psf/dependabot/github_actions/actions/setup-python-5.6.0
2 parents 4ce9520 + 991f05d commit c54d034

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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
16+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.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
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2020
- name: Set up Python ${{ matrix.python-version }}
21-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
21+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
cache: 'pip'
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
4141
- name: 'Set up Python 3.8'
42-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
42+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
4343
with:
4444
python-version: '3.8'
4545
- name: Install dependencies
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
6161
- name: 'Set up Python 3.8'
62-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
62+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
6363
with:
6464
python-version: '3.8'
6565
- name: Install dependencies

0 commit comments

Comments
 (0)