Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 3 (#97)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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] committed Jul 27, 2022
1 parent e0214bd commit adedf43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
name: verify
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Verify PR label action
uses: jesusvasquez333/verify-pr-label-action@v1.4.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
--user
tox
- name: Check out src from Git
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0 # needed by setuptools-scm
- name: Build dists
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Expand Up @@ -72,7 +72,7 @@ jobs:
tox_env: "packaging"

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit adedf43

Please sign in to comment.