Skip to content

Commit

Permalink
build(deps): bump the all group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-node](https://github.com/actions/setup-node).


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

Updates `actions/setup-node` from 3 to 4
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2024
1 parent 70daa3f commit f1b5722
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-indexes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Runs a single command using the runners shell
- uses: DaanV2/Typescript-Action-Create-Indexes@latest
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:

steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🏗️ Setup Node.js Environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: npm
cache-dependency-path: package-lock.json
Expand All @@ -42,10 +42,10 @@ jobs:
name: 🚚 Npm Publish
steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🏗️ Setup Node.js Environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: npm
cache-dependency-path: package-lock.json
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:

steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🏗️ Setup Node.js Environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: npm
cache-dependency-path: package-lock.json
Expand Down

0 comments on commit f1b5722

Please sign in to comment.