Skip to content

Commit ec74d08

Browse files
Bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [actions/cache](https://github.com/actions/cache), [pnpm/action-setup](https://github.com/pnpm/action-setup) and [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter). Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) Updates `pnpm/action-setup` from 2.4.0 to 4.0.0 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v2.4.0...v4.0.0) Updates `release-drafter/release-drafter` from 5 to 6 - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: release-drafter/release-drafter dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d73c910 commit ec74d08

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
@@ -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)