Skip to content

Commit 3bd6628

Browse files
authored
Merge pull request #60 from maltezfaria/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 91bcf6b + 2d0c9ce commit 3bd6628

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/Copier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Hack for setup-python cache # https://github.com/actions/setup-python/issues/807
2323
run: touch requirements.txt
2424
- name: Setup Python
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@v6
2626
with:
2727
cache: "pip"
2828
python-version: "3.11"

.github/workflows/Lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Hack for setup-python cache # https://github.com/actions/setup-python/issues/807
3232
run: touch requirements.txt
3333
- name: Setup Python
34-
uses: actions/setup-python@v5
34+
uses: actions/setup-python@v6
3535
with:
3636
cache: "pip"
3737
python-version: "3.11"

.github/workflows/PreCommitUpdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Hack for setup-python cache # https://github.com/actions/setup-python/issues/807
1414
run: touch requirements.txt
1515
- name: Setup Python
16-
uses: actions/setup-python@v5
16+
uses: actions/setup-python@v6
1717
with:
1818
cache: pip
1919
python-version: "3.11"

0 commit comments

Comments
 (0)