Skip to content

Commit

Permalink
Merge pull request #6 from getsentry/iw/node20
Browse files Browse the repository at this point in the history
Bumping deps to node20 compatible versions
  • Loading branch information
IanWoodard authored Mar 8, 2024
2 parents 9e3bbae + ec74ccf commit f0daafa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ when the cache is available.
### Usage

```yaml
- uses: getsentry/action-setup-venv@v1.0.4
- uses: getsentry/action-setup-venv@v2.0.0
id: venv
with:
python-version: 3.10.7
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ outputs:
runs:
using: 'composite'
steps:
- uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
id: setup-python
with:
python-version: ${{ inputs.python-version }}

- uses: actions/cache@v3
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
id: cache-venv
with:
path: ${{ inputs.venv-dir }}
Expand Down

0 comments on commit f0daafa

Please sign in to comment.