Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#2582)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.4...v2.3.5)

---
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] authored Oct 15, 2021
1 parent cdbf7a6 commit f0f96c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
dependabolt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- name: Use Node.js LTS
uses: actions/setup-node@v2.4.1
with:
Expand All @@ -33,7 +33,7 @@ jobs:
steps:
- name: Fix git checkout line endings
run: git config --global core.autocrlf input
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- name: Use Node.js 12.x
uses: actions/setup-node@v2.4.1
with:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
steps:
- name: Fix git checkout line endings
run: git config --global core.autocrlf input
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- name: Windows specific setup
if: matrix.os == 'windows-latest'
shell: bash
Expand Down

0 comments on commit f0f96c6

Please sign in to comment.