Skip to content

Commit

Permalink
Merge pull request #4 from wyvox/update-upstream-versions
Browse files Browse the repository at this point in the history
Update upstream actions' versions
  • Loading branch information
NullVoxPopuli authored Sep 12, 2023
2 parents 242129a + a08d3d7 commit 9b938fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
using: 'composite'
steps:
- name: 'Checkout repository'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: ${{ inputs.persist-credentials }}
fetch-depth: ${{ inputs.fetch-depth }}
Expand All @@ -46,7 +46,7 @@ runs:
repo-token: ${{ inputs.repo-token }}

- name: 'Setup dependencies and cache'
uses: wyvox/action-setup-pnpm@v2
uses: wyvox/action-setup-pnpm@v3
with:
node-version: ${{ inputs.node-version }}
pnpm-version: ${{ inputs.pnpm-version }}
Expand Down

0 comments on commit 9b938fd

Please sign in to comment.