Skip to content

Commit 45c445a

Browse files
chore(deps): bump the actions group with 3 updates (#837)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c04055f commit 45c445a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626
- id: cache-key
2727
run: echo "value=dist-${{ hashFiles('src/**/*.ts', 'tsconfig/*.json', '.github/workflows/*.yml', 'package-lock.json') }}" >> $GITHUB_OUTPUT
2828
- name: Cache dist
29-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
29+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3030
id: dist
3131
with:
3232
path: dist
3333
key: ${{ steps.cache-key.outputs.value }}
3434
- name: Build
3535
run: npm run build-all
3636
if: ${{ steps.dist.outputs.cache-hit != 'true' }}
37-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
37+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
3838
with:
3939
name: dist
4040
path: dist

.github/workflows/lock.yml

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version: lts/*
2929
registry-url: https://registry.npmjs.org
3030
- name: Load cached dist
31-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
31+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3232
id: dist
3333
with:
3434
path: dist

0 commit comments

Comments
 (0)