Skip to content

Commit 4986582

Browse files
Merge pull request #50 from NYPL/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents c7f2759 + 782659a commit 4986582

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v4
3434

3535
- name: Set up Python 3.9
36-
uses: actions/setup-python@v5
36+
uses: actions/setup-python@v6
3737
with:
3838
python-version: '3.9'
3939
cache: 'pip'

.github/workflows/deploy-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v4
3434

3535
- name: Set up Python 3.9
36-
uses: actions/setup-python@v5
36+
uses: actions/setup-python@v6
3737
with:
3838
python-version: '3.9'
3939
cache: 'pip'

.github/workflows/run-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Set up Python 3.9
21-
uses: actions/setup-python@v5
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: '3.9'
2424
cache: 'pip'

0 commit comments

Comments
 (0)