Browse Source

build(deps): bump actions/checkout from 2 to 3.1.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0.
- [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...v3.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
pull/4002/head
dependabot[bot] 3 years ago
committed by GitHub
parent
commit
8172b4e6a5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/linter.yml
  2. 2
      .github/workflows/update-copyright-years-in-license-file.yml
  3. 2
      .github/workflows/version-check.yml

2
.github/workflows/linter.yml

@ -38,7 +38,7 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0

2
.github/workflows/update-copyright-years-in-license-file.yml

@ -9,7 +9,7 @@ jobs:
update-license-year:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
- uses: FantasticFiasco/action-update-license-year@v2

2
.github/workflows/version-check.yml

@ -19,7 +19,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
# Runs a single command using the runners shell
- name: compare versions

Loading…
Cancel
Save