Skip to content

Commit 5145afc

Browse files
committed
ci: bump action versions
1 parent 05cdae1 commit 5145afc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
os: [ubuntu-latest]
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 2
3333

3434
# https://github.com/pnpm/action-setup#use-cache-to-reduce-installation-time
3535
- name: Install pnpm
36-
uses: pnpm/action-setup@v4
36+
uses: pnpm/action-setup@v6
3737
id: pnpm-install
3838
with:
3939
run_install: false
@@ -45,7 +45,7 @@ jobs:
4545
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
4646
4747
- name: Setup pnpm cache
48-
uses: actions/cache@v4
48+
uses: actions/cache@v6
4949
with:
5050
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
5151
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)