Skip to content

Commit cddac13

Browse files
Update .github/workflows/pre-commit-autoupdate.yml
Co-authored-by: Anton <100830759+antonwolfy@users.noreply.github.com> Update .github/workflows/pre-commit-autoupdate.yml Co-authored-by: Anton <100830759+antonwolfy@users.noreply.github.com> Update .github/workflows/pre-commit-autoupdate.yml Co-authored-by: Anton <100830759+antonwolfy@users.noreply.github.com>
1 parent fe600b4 commit cddac13

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pre-commit-autoupdate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626

2727
steps:
2828
- name: Checkout mkl-service repo
29-
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.2.2
29+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030

3131
- name: Set up python
32-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5.6.0
32+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3333
with:
34-
python-version: '3.13'
34+
python-version: '3.14'
3535

3636
- name: Install pre-commit
3737
run: pip install pre-commit

0 commit comments

Comments
 (0)