Skip to content

Commit 66dd7e6

Browse files
chore(deps): update github actions (major) (#1103)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4020094 commit 66dd7e6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/actions/setup-node-pnpm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
3030
3131
- name: Cache pnpm store
32-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
32+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3333
with:
3434
path: |
3535
${{ steps.pnpm-cache.outputs.STORE_PATH }}

.github/workflows/re-build.yml

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

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
23+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2424

2525
- name: Setup Node.js and pnpm
2626
uses: ./.github/actions/setup-node-pnpm
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Upload build artifacts
3939
if: ${{ inputs.upload-artifacts }}
40-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
40+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
4141
with:
4242
name: build-output-node-${{ matrix.node-version }}
4343
path: dist/

.github/workflows/re-lint.yml

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

1414
steps:
1515
- name: Checkout source files
16-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
16+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1717

1818
- name: Setup Node.js and pnpm
1919
uses: ./.github/actions/setup-node-pnpm

.github/workflows/re-test.yml

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

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
16+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1717

1818
- name: Setup Node.js and pnpm
1919
uses: ./.github/actions/setup-node-pnpm

0 commit comments

Comments
 (0)