Skip to content

Commit eeff673

Browse files
authored
Merge pull request #82 from mivek/renovate/actions-setup-python-6.x
chore(deps): update actions/setup-python action to v6
2 parents 3a83d86 + be96b4d commit eeff673

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2020

2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: 'lts/*'
2828
cache: 'npm'
2929
- name: Setup Python
30-
uses: actions/setup-python@v5
30+
uses: actions/setup-python@v6
3131
with:
3232
python-version: '3.11'
3333
- name: Install dependencies

0 commit comments

Comments
 (0)