Bump actions/checkout from 2.3.4 to 2.3.5 (#3290)

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](https://github.com/actions/checkout/compare/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>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
dependabot[bot] 2021-10-23 15:05:31 +02:00 committed by GitHub
parent 3f12d5bb3b
commit 50b02f099a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -38,7 +38,7 @@ jobs:
echo "vs_version=2017" >> $GITHUB_ENV
shell: bash
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
with:
submodules: true
fetch-depth: 0 # allows for tags access

View file

@ -9,7 +9,7 @@ jobs:
check-changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.5
# Gives an error if there's no change in the changelog (except using label)
- name: Changelog check

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- name: apt-get update
run: sudo apt-get update

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- name: Lint Markdown files
uses: actionsx/prettier@v2

View file

@ -13,7 +13,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
with:
submodules: recursive