Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/github_actions/depend…
Browse files Browse the repository at this point in the history
…encies-b9bc013055'
  • Loading branch information
JustinGrote committed Oct 10, 2024
2 parents f7c0232 + ec74d08 commit 1597d8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:

- name: 📥 Cache
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules
.vscode-test
key: ${{ runner.os }}-node-${{ hashFiles('pnpm-lock.yaml') }}

- name: ➕ Dependencies
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v4.0.0
with:
run_install: true

Expand All @@ -61,7 +61,7 @@ jobs:

- name: 📝 Draft Github Release
if: github.ref == 'refs/heads/main' || github.head_ref == 'ci'
uses: release-drafter/release-drafter@v5
uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 1597d8f

Please sign in to comment.