Skip to content

Commit 5e70a59

Browse files
chore(deps): update github actions (#239)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 498f1ea commit 5e70a59

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up Python
3939
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
4040
with:
41-
python-version: '3.13'
41+
python-version: '3.14'
4242
cache: 'pip'
4343

4444
- name: Install dependencies
@@ -75,7 +75,7 @@ jobs:
7575
- name: Set up Python
7676
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
7777
with:
78-
python-version: '3.13'
78+
python-version: '3.14'
7979
cache: 'pip'
8080

8181
- name: Install dependencies
@@ -103,7 +103,7 @@ jobs:
103103

104104
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
105105
with:
106-
python-version: '3.13'
106+
python-version: '3.14'
107107
cache: 'pip'
108108

109109
- name: Install Python dependencies
@@ -128,7 +128,7 @@ jobs:
128128
- name: Set up Python
129129
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
130130
with:
131-
python-version: '3.13'
131+
python-version: '3.14'
132132
cache: 'pip'
133133

134134
- name: Install dependencies
@@ -148,14 +148,14 @@ jobs:
148148
shell: bash
149149

150150
steps:
151-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
151+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
152152
with:
153153
fetch-depth: 0
154154
persist-credentials: false
155155

156-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
156+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
157157
with:
158-
python-version: '3.13'
158+
python-version: '3.14'
159159
cache: 'pip'
160160

161161
- name: Install Python dependencies
@@ -179,14 +179,14 @@ jobs:
179179
shell: bash
180180

181181
steps:
182-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
182+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
183183
with:
184184
fetch-depth: 0
185185
persist-credentials: false
186186

187-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
187+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
188188
with:
189-
python-version: '3.13'
189+
python-version: '3.14'
190190
cache: 'pip'
191191

192192
- name: Install Python dependencies

0 commit comments

Comments
 (0)