Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 64c0ddc

Browse files
authored
Merge pull request #63 from instructlab/dependabot/github_actions/actions/setup-python-5.3.0
2 parents 94b1132 + 8d76d1f commit 64c0ddc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
fetch-depth: 0
7070

7171
- name: "Setup Python"
72-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
72+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
7373
with:
7474
python-version: "3.11"
7575

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
fetch-depth: 0
5959

6060
- name: "Setup Python ${{ matrix.python }}"
61-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
61+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
6262
with:
6363
python-version: ${{ matrix.python }}
6464

0 commit comments

Comments
 (0)