Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 12, 2023
1 parent b0198eb commit 6998b9a
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.5.0
- uses: actions/checkout@v3.5.3

- 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.5.0
- uses: actions/checkout@v3.5.3

- 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.5.0
- uses: actions/checkout@v3.5.3

- 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.5.0
- uses: actions/checkout@v3.5.3

- 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.5.0
- uses: actions/checkout@v3.5.3
- uses: actions/setup-node@v3.6.0
with:
node-version: 16
Expand Down

0 comments on commit 6998b9a

Please sign in to comment.