Skip to content

Commit

Permalink
build(deps): bump the all group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) 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 `dependabot/fetch-metadata` from 1 to 2
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](dependabot/fetch-metadata@v1...v2)

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: dependabot/fetch-metadata
  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 Mar 23, 2024
1 parent 9dd44a3 commit c4b9de0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1
uses: dependabot/fetch-metadata@v2
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

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 c4b9de0

Please sign in to comment.