Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3.4.0 to 3.5.0 (#3889)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.4.0...v3.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 28, 2023
1 parent 46af2e0 commit 6d6de49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: [16]

steps:
- uses: actions/checkout@v3.4.0
- uses: actions/checkout@v3.5.0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
#- { name: "Demos/Overview", spec: "./demos/src/Overview/**/*.spec.{js,ts}" }

steps:
- uses: actions/checkout@v3.4.0
- uses: actions/checkout@v3.5.0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
node-version: [16]

steps:
- uses: actions/checkout@v3.4.0
- uses: actions/checkout@v3.5.0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
docsearch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.4.0
- uses: actions/checkout@v3.5.0

- name: Run DocSearch Scraper
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.4.0
- uses: actions/checkout@v3.5.0
- uses: actions/setup-node@v3.6.0
with:
node-version: 16
Expand Down

0 comments on commit 6d6de49

Please sign in to comment.