Skip to content

Commit

Permalink
Update actions/checkout requirement to v2.3.4 (#46)
Browse files Browse the repository at this point in the history
Updates the requirements on [actions/checkout](https://github.com/actions/checkout) to permit the latest version.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/commits/5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f)

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 Mar 11, 2021
1 parent 8bea4ce commit c684f36
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2.3.3
uses: actions/checkout@v2.3.4

- name: Set up Python 3.x
uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2.3.3
uses: actions/checkout@v2.3.4

# See https://github.com/warner/python-versioneer/issues/206
- name: Fetch all history for all tags and branches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format-command.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
with:
token: ${{ secrets.PAT }}
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
if: github.repository == 'seisman/HinetPy'

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

- name: Set up Python
uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
access_token: ${{ github.token }}

- name: Checkout
uses: actions/checkout@v2.3.3
uses: actions/checkout@v2.3.4

# See https://github.com/warner/python-versioneer/issues/206
- name: Fetch all history for all tags and branches
Expand Down

0 comments on commit c684f36

Please sign in to comment.