Skip to content

Commit

Permalink
chore(deps): bump the github-actions group with 1 update
Browse files Browse the repository at this point in the history
Bumps the github-actions 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@v4.0.0...v4.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 3c920dc commit b433dc4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: ⤵️ Checkout repository
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: 🏗 Setup nodejs
uses: actions/setup-node@v3.8.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: ⤵️ Checkout repository
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@v2.21.8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: ⤵️ Checkout repository
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: 🚀 Dependency Review
uses: actions/dependency-review-action@v3.1.0
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: ⤵️ Checkout repository
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: 🏗 Setup nodejs
uses: actions/setup-node@v3.8.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: 🚀 Run Label Syncer
uses: micnncim/action-label-syncer@v1.3.0
Expand Down

0 comments on commit b433dc4

Please sign in to comment.