Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#1232)
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: Dimitri POSTOLOV <dmytropostolov@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 7, 2023
1 parent 898a243 commit 5aeaec7
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .changeset/@theguild_components-1232-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@theguild/components": patch
---
dependencies updates:
- Updated dependency [`nextra@2.12.3` ↗︎](https://www.npmjs.com/package/nextra/v/2.12.3) (from `2.9.0`, in `dependencies`)
- Updated dependency [`nextra-theme-docs@2.12.3` ↗︎](https://www.npmjs.com/package/nextra-theme-docs/v/2.12.3) (from `2.9.0`, in `dependencies`)
- Updated dependency [`react-player@2.13.0` ↗︎](https://www.npmjs.com/package/react-player/v/2.13.0) (from `2.12.0`, in `dependencies`)
- Updated dependency [`search-insights@2.8.2` ↗︎](https://www.npmjs.com/package/search-insights/v/2.8.2) (from `2.8.0`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/@theguild_editor-1232-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@theguild/editor": patch
---
dependencies updates:
- Updated dependency [`monaco-editor@^0.40.0 || ^0.41.0 || ^0.43.0` ↗︎](https://www.npmjs.com/package/monaco-editor/v/0.40.0) (from `^0.40.0 || ^0.41.0`, in `peerDependencies`)
5 changes: 5 additions & 0 deletions .changeset/@theguild_remark-npm2yarn-1232-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@theguild/remark-npm2yarn": patch
---
dependencies updates:
- Updated dependency [`npm-to-yarn@^2.1.0` ↗︎](https://www.npmjs.com/package/npm-to-yarn/v/2.1.0) (from `^2.0.0`, in `dependencies`)
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2.4.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cloudflare-workers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 5aeaec7

Please sign in to comment.