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

Commit 92114df

Browse files
authored
Merge pull request #108 from instructlab/dependabot/github_actions/actions/setup-python-6.0.0
build(deps): bump actions/setup-python from 5.6.0 to 6.0.0
2 parents a84c936 + 8861eb4 commit 92114df

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
@@ -75,7 +75,7 @@ jobs:
7575
fetch-depth: 0
7676

7777
- name: "Setup Python"
78-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
78+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
7979
with:
8080
python-version: "3.11"
8181

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
fetch-depth: 0
6464

6565
- name: "Setup Python ${{ matrix.python }}"
66-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
66+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
6767
with:
6868
python-version: ${{ matrix.python }}
6969

0 commit comments

Comments
 (0)