Skip to content

Commit

Permalink
Bump actions/checkout from 2.3.4 to 2.3.5 (canonical#2660)
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 18, 2021
1 parent c37ce35 commit a103c3e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
working-directory: ${{ github.workspace }}/installer/windows
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
- name: Set up Python 3.8
uses: actions/setup-python@v2.2.2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checking out repo
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
- name: Install lxd
run: |
sudo lxd init --auto
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5

- name: Install dependencies
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-kubeflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checking out repo
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5

- name: Install lxd
run: |
Expand All @@ -43,7 +43,7 @@ jobs:
fail-fast: false
steps:
- name: Check out code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5

- name: Download built snap
uses: actions/download-artifact@v2
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
bundle: [full, lite]
steps:
- name: Check out code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5

- name: Download built snap
uses: actions/download-artifact@v2
Expand Down

0 comments on commit a103c3e

Please sign in to comment.