Skip to content

Commit 30c8bf4

Browse files
authored
Merge pull request #250 from matt-pharr/dependabot/github_actions/develop/actions/setup-python-6.2.0
chore(deps): bump actions/setup-python from 5.6.0 to 6.2.0
2 parents 7d0abaa + ca0bab5 commit 30c8bf4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
124124

125125
- name: Setup Python
126-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
126+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
127127
with:
128128
python-version: ${{ matrix.python-version }}
129129
allow-prereleases: true
@@ -160,7 +160,7 @@ jobs:
160160
cache-dependency-path: electron/package-lock.json
161161

162162
- name: Setup Python
163-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
163+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
164164
with:
165165
python-version: "3.11"
166166
cache: 'pip'
@@ -265,7 +265,7 @@ jobs:
265265
cache-dependency-path: electron/package-lock.json
266266

267267
- name: Setup Python
268-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
268+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
269269
with:
270270
python-version: "3.11"
271271
cache: 'pip'
@@ -359,7 +359,7 @@ jobs:
359359
fetch-depth: 0
360360

361361
- name: Setup Python
362-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
362+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
363363
with:
364364
python-version: "3.12"
365365
cache: 'pip'

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525

26-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
26+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2727
with:
2828
python-version: "3.12"
2929

0 commit comments

Comments
 (0)