Skip to content

Commit

Permalink
chore(deps): Lock file maintenance (#950)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Adam Skoufis <askoufis@seek.com.au>
  • Loading branch information
renovate[bot] and askoufis committed May 6, 2024
1 parent a13c06c commit 9a9b243
Show file tree
Hide file tree
Showing 7 changed files with 5,904 additions and 5,585 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 15
steps:
- name: Check out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
CI: true
steps:
- name: Check out repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Check out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- id: pnpm-setup
uses: pnpm/action-setup@v2
Expand Down

0 comments on commit 9a9b243

Please sign in to comment.