Skip to content

Commit f881ad9

Browse files
chore(deps): bump the github-actions group with 3 updates (#1225)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 86a9c02 commit f881ad9

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/check-parse-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Check parse results
2424
run: pnpm run --filter @definitelytyped/dtslint-runner check-parse-results
2525
- if: always()
26-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
26+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
2727
with:
2828
name: ${{ github.job }}
2929
path: packages/definitions-parser/data/

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: zip -r ${{ github.workspace }}/${{ env.FUNCTION_ZIP_NAME }} dist host.json package.json
4848

4949
- name: Upload artifact for deployment job
50-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
50+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
5151
with:
5252
name: node-app
5353
path: ${{ env.FUNCTION_ZIP_NAME }}
@@ -66,7 +66,7 @@ jobs:
6666

6767
steps:
6868
- name: Download artifact from build job
69-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
69+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
7070
with:
7171
name: node-app
7272

.github/workflows/publish-packages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: pnpm-cache
2727
shell: bash
2828
run: echo "store=$(pnpm store path)" >> $GITHUB_OUTPUT
29-
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
29+
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3030
with:
3131
path: ${{ steps.pnpm-cache.outputs.store }}
3232
key: ${{ runner.os }}-pnpm-store-cache-${{ github.run_id }}-${{ github.run_attempt }}
@@ -35,7 +35,7 @@ jobs:
3535
3636
- run: pnpm install --frozen-lockfile
3737
- run: pnpm build
38-
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
38+
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3939
with:
4040
path: ./cache
4141
key: pacote-cache-${{ github.run_id }}-${{ github.run_attempt }}
@@ -45,14 +45,14 @@ jobs:
4545
env:
4646
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747
NPM_TYPES_TOKEN: ${{ secrets.NPM_TYPES_TOKEN }}
48-
- uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
48+
- uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4949
if: always()
5050
with:
5151
path: ./cache
5252
key: pacote-cache-${{ github.run_id }}-${{ github.run_attempt }}
5353

5454
- run: pnpm store prune
55-
- uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
55+
- uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
5656
with:
5757
path: ${{ steps.pnpm-cache.outputs.store }}
5858
key: ${{ runner.os }}-pnpm-store-cache-${{ github.run_id }}-${{ github.run_attempt }}

.github/workflows/publish-registry.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: pnpm config set store-dir $PNPM_CACHE_FOLDER
2424
- run: pnpm install --frozen-lockfile
2525
- run: pnpm build
26-
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
26+
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
2727
with:
2828
path: ./cache
2929
key: pacote-cache-${{ github.run_id }}-${{ github.run_attempt}}
@@ -33,10 +33,10 @@ jobs:
3333
env:
3434
NPM_TOKEN: ${{ secrets.NPM_RETAG_TOKEN }}
3535
- if: always()
36-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
36+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
3737
with:
3838
path: packages/definitions-parser/data/
39-
- uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
39+
- uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4040
if: always()
4141
with:
4242
path: ./cache

.github/workflows/update-ts-version-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: pnpm-cache
3434
shell: bash
3535
run: echo "store=$(pnpm store path)" >> $GITHUB_OUTPUT
36-
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
36+
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3737
with:
3838
path: ${{ steps.pnpm-cache.outputs.store }}
3939
key: ${{ runner.os }}-pnpm-store-cache-${{ github.run_id }}-${{ github.run_attempt }}

0 commit comments

Comments
 (0)