Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#53)
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 31, 2021
1 parent 5ef6f6a commit a2b0d1d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ updates:
open-pull-requests-limit: 10
reviewers:
- "playpauseandstop"
- "dependencies"
- "ci"
labels:
- "build"
- "dependencies"
- "ci"
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 @@ -75,7 +75,7 @@ jobs:
runs-on: "ubuntu-latest"

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

- name: "Install Python"
uses: "actions/setup-python@v2.2.2"
Expand Down Expand Up @@ -123,7 +123,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 @@ -158,7 +158,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 a2b0d1d

Please sign in to comment.