Skip to content

Commit b4612e8

Browse files
authored
Merge pull request #162 from INCF/dependabot/github_actions/actions/setup-python-7
Bump actions/setup-python from 6 to 7
2 parents 2518485 + bf98b4b commit b4612e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update_spreadsheet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v7
2828

2929
- name: Set up Python
30-
uses: actions/setup-python@v6
30+
uses: actions/setup-python@v7
3131
with:
3232
python-version: 3.9
3333

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: 20.x
2424
- name: Set up Python
25-
uses: actions/setup-python@v6
25+
uses: actions/setup-python@v7
2626
with:
2727
python-version: 3.12
2828
- name: Install dependencies

0 commit comments

Comments
 (0)