Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Remove checkout from workflow (#14)
Browse files Browse the repository at this point in the history
* Remove checkout from workflow

* update CHANGELOG
  • Loading branch information
joshuadavidthomas authored Feb 21, 2024
1 parent bf1a288 commit 547831f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/

## [Unreleased]

### Removed

- Removed the `actions/checkout` step from action. This should be done in the workflow file before calling this action.

## [0.2.2]

### Fixed
Expand Down
4 changes: 0 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ runs:
echo "Either `python-requirements` and/or `extra-python-dependencies` must be provided" >> $GITHUB_OUTPUT
exit 1
- uses: actions/checkout@v4
with:
persist-credentials: false

- uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}
Expand Down

0 comments on commit 547831f

Please sign in to comment.