Skip to content

Commit 1597d8f

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/dependencies-b9bc013055'
2 parents f7c0232 + ec74d08 commit 1597d8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626

2727
- name: 📥 Cache
2828
id: cache
29-
uses: actions/cache@v3
29+
uses: actions/cache@v4
3030
with:
3131
path: |
3232
node_modules
3333
.vscode-test
3434
key: ${{ runner.os }}-node-${{ hashFiles('pnpm-lock.yaml') }}
3535

3636
- name: ➕ Dependencies
37-
uses: pnpm/action-setup@v2.4.0
37+
uses: pnpm/action-setup@v4.0.0
3838
with:
3939
run_install: true
4040

@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: 📝 Draft Github Release
6363
if: github.ref == 'refs/heads/main' || github.head_ref == 'ci'
64-
uses: release-drafter/release-drafter@v5
64+
uses: release-drafter/release-drafter@v6
6565
env:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6767
with:

0 commit comments

Comments
 (0)