Skip to content

Commit 3eb5cfd

Browse files
committed
test: github actions workflows
1 parent 27d1a19 commit 3eb5cfd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/tests/pre-commit/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ runs:
6060
${{ runner.os }}-pip
6161
6262
- name: Set up Python
63-
uses: actions/setup-python@v4
63+
uses: actions/setup-python@v5
6464
with:
6565
python-version: ${{ inputs.python-version }}
6666

.github/workflows/precommitVersionBumps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
${{ runner.os }}-pip
5050
5151
- name: Set up Python
52-
uses: actions/setup-python
52+
uses: actions/setup-python@v5
5353
with:
5454
python-version: "3.9"
5555

0 commit comments

Comments
 (0)