Skip to content

Commit 9b938fd

Browse files
Merge pull request #4 from wyvox/update-upstream-versions
Update upstream actions' versions
2 parents 242129a + a08d3d7 commit 9b938fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
using: 'composite'
3535
steps:
3636
- name: 'Checkout repository'
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838
with:
3939
persist-credentials: ${{ inputs.persist-credentials }}
4040
fetch-depth: ${{ inputs.fetch-depth }}
@@ -46,7 +46,7 @@ runs:
4646
repo-token: ${{ inputs.repo-token }}
4747

4848
- name: 'Setup dependencies and cache'
49-
uses: wyvox/action-setup-pnpm@v2
49+
uses: wyvox/action-setup-pnpm@v3
5050
with:
5151
node-version: ${{ inputs.node-version }}
5252
pnpm-version: ${{ inputs.pnpm-version }}

0 commit comments

Comments
 (0)