Skip to content

Commit 488e361

Browse files
chore(deps): bump the github-actions group with 2 updates (#1149)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d9f1de8 commit 488e361

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
steps:
6868
- name: Download artifact from build job
69-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
69+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
29+
- uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
38+
- uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
48+
- uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
55+
- uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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: 2 additions & 2 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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
26+
- uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
2727
with:
2828
path: ./cache
2929
key: pacote-cache-${{ github.run_id }}-${{ github.run_attempt}}
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
3737
with:
3838
path: packages/definitions-parser/data/
39-
- uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
39+
- uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
36+
- uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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)