Skip to content

Commit

Permalink
Update the checkout action to v3.x.x to fix #17
Browse files Browse the repository at this point in the history
Thanks to @Ale0x78 for pointing this out to me!

Update the black-action
  • Loading branch information
Ahuge committed May 5, 2022
1 parent 8b639c4 commit 8aeaa4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ jobs:
pr-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3.0.2
name: Checkout
- uses: Ahuge/[email protected]

- uses: Ahuge/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BLACK_ARGS: "."
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
RELEASE_BODY=$(jq --raw-output '.release.body' $GITHUB_EVENT_PATH);
echo ::set-output name=upload-url::https://uploads.github.com/repos/${GITHUB_REPOSITORY}/releases/${RELEASE_ID}/assets
echo ::set-output name=release-body::${RELEASE_BODY}
- uses: actions/checkout@v2
- uses: actions/checkout@v3.0.2
name: Checkout
- name: Setup python 2
uses: actions/setup-python@v2
Expand Down

0 comments on commit 8aeaa4e

Please sign in to comment.