Skip to content

Commit f9114d3

Browse files
Merge pull request #970 from Light-Heart-Labs/dependabot/github_actions/actions/setup-python-6
chore(deps): bump actions/setup-python from 5 to 6
2 parents 704bc82 + f234330 commit f9114d3

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/autonomous-code-scanner.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
143143

144144
- name: Set up Python
145-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
145+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
146146
with:
147147
python-version: '3.11'
148148

@@ -240,7 +240,7 @@ jobs:
240240
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
241241

242242
- name: Set up Python
243-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
243+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
244244
with:
245245
python-version: '3.11'
246246

@@ -418,7 +418,7 @@ jobs:
418418
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
419419

420420
- name: Set up Python
421-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
421+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
422422
with:
423423
python-version: '3.11'
424424

@@ -593,7 +593,7 @@ jobs:
593593
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
594594

595595
- name: Set up Python
596-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
596+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
597597
with:
598598
python-version: '3.11'
599599

.github/workflows/dashboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@v6
4545

4646
- name: Setup Python
47-
uses: actions/setup-python@v5
47+
uses: actions/setup-python@v6
4848
with:
4949
python-version: "3.11"
5050

.github/workflows/issue-to-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
node-version: 20
8181

8282
- name: Setup Python
83-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
83+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
8484
with:
8585
python-version: '3.11'
8686

@@ -167,7 +167,7 @@ jobs:
167167
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
168168

169169
- name: Setup Python
170-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
170+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
171171
with:
172172
python-version: '3.11'
173173

.github/workflows/lint-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v6
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@v6
2121
with:
2222
python-version: "3.12"
2323

.github/workflows/nightly-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
node-version: 20
104104

105105
- name: Setup Python
106-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
106+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
107107
with:
108108
python-version: '3.11'
109109

.github/workflows/type-check-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v6
2424

2525
- name: Set up Python
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: "3.11"
2929

.github/workflows/validate-catalog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v6
2626

2727
- name: Set up Python
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: "3.12"
3131

0 commit comments

Comments
 (0)