Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 2.3.4 to 2.3.5
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>
  • Loading branch information
dependabot[bot] committed Nov 1, 2021
1 parent cec4e89 commit fc36ced
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: "${{ matrix.os }}"

steps:
- uses: "actions/checkout@v2.3.4"
- uses: "actions/checkout@v2.3.5"

- name: "Install Python"
uses: "actions/setup-python@v2.2.2"
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
options: "--entrypoint redis-server"

steps:
- uses: "actions/checkout@v2.3.4"
- uses: "actions/checkout@v2.3.5"

- name: "Install system packages"
run: "sudo apt-get update -y && sudo apt-get install -y locales-all"
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: "actions/checkout@v2.3.4"
- uses: "actions/checkout@v2.3.5"

- name: "Install Python"
uses: "actions/setup-python@v2.2.2"
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: "actions/checkout@v2.3.4"
- uses: "actions/checkout@v2.3.5"

- name: "Fetch git data"
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: "actions/checkout@v2.3.4"
- uses: "actions/checkout@v2.3.5"
with:
ref: "master"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
app_id: "${{ secrets.BADABUMP_APP_ID }}"
private_key: "${{ secrets.BADABUMP_APP_PRIVATE_KEY }}"

- uses: "actions/checkout@v2.3.4"
- uses: "actions/checkout@v2.3.5"
with:
ref: "master"
token: "${{ steps.token.outputs.token }}"
Expand Down

0 comments on commit fc36ced

Please sign in to comment.