Skip to content

Commit 398617b

Browse files
chore(deps): bump the actions group with 3 updates (#1382)
1 parent ccee19e commit 398617b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/conformance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
NODE_OPTIONS: --tls-cipher-list="ECDHE-RSA-AES128-GCM-SHA256 ECDHE-RSA-AES256-GCM-SHA384 ECDHE-ECDSA-AES128-GCM-SHA256 ECDHE-ECDSA-AES256-GCM-SHA384"
206206
NODE_TLS_REJECT_UNAUTHORIZED: 0
207207
- name: Load Cached Conformance Suite Build
208-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
208+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
209209
id: cache
210210
with:
211211
path: ./conformance-suite
@@ -232,7 +232,7 @@ jobs:
232232
run: |
233233
zip -ur ${{ env.EXPORT_FILE }} server.log
234234
- name: Upload test artifacts
235-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
235+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
236236
with:
237237
path: export-*.zip
238238
name: certification html results idx(${{ strategy.job-index }})

.github/workflows/lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
continue-on-error: true
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # v5.0.1
19+
- uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # v6.0.0
2020
with:
2121
github-token: ${{ github.token }}
2222
issue-inactive-days: '90'

0 commit comments

Comments
 (0)