Skip to content

Commit

Permalink
build(deps): bump the ci-dependencies group with 1 update
Browse files Browse the repository at this point in the history
Bumps the ci-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout).

- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent 6725a21 commit 2b6e9ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: dev
steps:
- name: ⬇️ Set up code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ⎔ Setup Node.js
uses: actions/setup-node@v3
Expand All @@ -38,7 +38,7 @@ jobs:

steps:
- name: ⬇️ Set up code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ⎔ Setup Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: needs.release.outputs.releases_created
steps:
- name: ⬇️ Set up code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ⎔ Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 2b6e9ae

Please sign in to comment.