Skip to content

Commit

Permalink
Bump actions/checkout from 2.3.4 to 2.3.5 (#1121)
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 17, 2021
1 parent 46dfa5d commit 156f8f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected].4
uses: actions/[email protected].5

- name: Build all docker files
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].4
uses: actions/[email protected].5

- name: Setup dotnet from global.json
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oss-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo # This allows access to the repository's files via the environment variable GITHUB_WORKSPACE
uses: actions/[email protected].4
uses: actions/[email protected].5
- name: Script to Create OSS Release
shell: pwsh
env: # Use secret in repo to make necessary AzureDevOps calls.
Expand Down

0 comments on commit 156f8f7

Please sign in to comment.