Skip to content

Commit b1358ee

Browse files
authored
Merge pull request josegonzalez#527 from josegonzalez/dependabot/github_actions/actions/setup-python-7
chore(deps): bump actions/setup-python from 6 to 7
2 parents 4ecbd57 + 890583e commit b1358ee

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/automatic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
git config --local user.email "action@github.com"
2828
git config --local user.name "GitHub Action"
2929
- name: Setup Python
30-
uses: actions/setup-python@v6
30+
uses: actions/setup-python@v7
3131
with:
3232
python-version: '3.12'
3333
- name: Install prerequisites

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727
- name: Setup Python
28-
uses: actions/setup-python@v6
28+
uses: actions/setup-python@v7
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
cache: "pip"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727
- name: Setup Python
28-
uses: actions/setup-python@v6
28+
uses: actions/setup-python@v7
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
cache: "pip"

0 commit comments

Comments
 (0)