Skip to content

Commit 732d6e6

Browse files
committed
Pin actions versions
1 parent ba1d21d commit 732d6e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225

226226
steps:
227227
- name: Checkout
228-
uses: actions/checkout@v3
228+
uses: actions/checkout@v4.2.1
229229

230230
- name: Install toolchain
231231
run: |
@@ -244,7 +244,7 @@ jobs:
244244
SQLX_OFFLINE: '1'
245245

246246
- name: Upload archive to workflow
247-
uses: actions/upload-artifact@v4
247+
uses: actions/upload-artifact@v4.4.3
248248
with:
249249
name: nextest-archive
250250
path: nextest-archive.tar.zst

0 commit comments

Comments
 (0)