Skip to content

Commit b1fc329

Browse files
Merge pull request #1071 from Unidata/dependabot-github_actions-actions-setup-python-7
CI: (deps): Bump actions/setup-python from 6 to 7
2 parents 11da9d5 + 725ceb3 commit b1fc329

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v7
1818

1919
- name: Set up Python 3
20-
uses: actions/setup-python@v6
20+
uses: actions/setup-python@v7
2121
with:
2222
python-version: 3.x
2323
cache: 'pip'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Set up Python
1616
id: setup
17-
uses: actions/setup-python@v6
17+
uses: actions/setup-python@v7
1818
with:
1919
python-version: 3.x
2020

0 commit comments

Comments
 (0)