Skip to content

Commit

Permalink
Bump actions/checkout from 2.3.4 to 2.3.5 (Azure#4878)
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] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 29, 2021
1 parent 5da7409 commit ae04319
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
publishPackages: 'false'

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
submodules: true
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
configuration: 'release'

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
submodules: true
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
needs: build-bicep

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
submodules: true
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
rid: 'osx-x64'

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
submodules: true
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
rid: 'osx-x64'

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
submodules: true
Expand Down Expand Up @@ -412,7 +412,7 @@ jobs:
runs-on: 'ubuntu-latest'

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
submodules: true
Expand Down Expand Up @@ -449,7 +449,7 @@ jobs:
runs-on: 'ubuntu-latest'

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
submodules: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-baselines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
DOTNET_CLI_TELEMETRY_OPTOUT: true

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.

Expand Down

0 comments on commit ae04319

Please sign in to comment.