Skip to content

Commit 55331b1

Browse files
chore: update all non-major dependencies (#55)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b7a0b2c commit 55331b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Steps represent a sequence of tasks that will be executed as part of the job
2121
steps:
2222
- name: Cancel previous runs
23-
uses: styfle/cancel-workflow-action@0.11.0
23+
uses: styfle/cancel-workflow-action@0.12.1
2424

2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2626
- name: Checkout repo
@@ -32,7 +32,7 @@ jobs:
3232
node-version: 18
3333

3434
- name: Install pnpm
35-
uses: pnpm/action-setup@v2.2.4
35+
uses: pnpm/action-setup@v2.4.0
3636
with:
3737
version: 8
3838
run_install: false

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Steps represent a sequence of tasks that will be executed as part of the job
2121
steps:
2222
- name: Cancel previous runs
23-
uses: styfle/cancel-workflow-action@0.11.0
23+
uses: styfle/cancel-workflow-action@0.12.1
2424

2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2626
- name: Checkout repo
@@ -32,7 +32,7 @@ jobs:
3232
node-version: 18
3333

3434
- name: Install pnpm
35-
uses: pnpm/action-setup@v2.2.4
35+
uses: pnpm/action-setup@v2.4.0
3636
with:
3737
version: 8
3838
run_install: false

0 commit comments

Comments
 (0)