Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.1 to 4.1.4 (#5100)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.1...v4.1.4)

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

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] committed May 2, 2024
1 parent dfd5ff5 commit 47865e4
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@v4.1.1
- uses: actions/checkout@v4.1.4

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

steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4

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

steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.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@v4.1.1
- uses: actions/checkout@v4.1.4

- 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@v4.1.1
- uses: actions/checkout@v4.1.4
- uses: actions/setup-node@v4.0.0
with:
node-version: 16
Expand Down

0 comments on commit 47865e4

Please sign in to comment.