Skip to content

Commit

Permalink
build(deps): bump charmbracelet/vhs-action from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [charmbracelet/vhs-action](https://github.com/charmbracelet/vhs-action) from 1 to 2.
- [Release notes](https://github.com/charmbracelet/vhs-action/releases)
- [Commits](charmbracelet/vhs-action@v1...v2)

---
updated-dependencies:
- dependency-name: charmbracelet/vhs-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 3170413 commit 1a94423
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/vhs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ jobs:
pip install .
# runpod --help
- uses: charmbracelet/vhs-action@v1
- uses: charmbracelet/vhs-action@v2
with:
path: ".github/tape_collection/cli_help.tape"

# runpod config
- uses: charmbracelet/vhs-action@v1
- uses: charmbracelet/vhs-action@v2
with:
path: ".github/tape_collection/cli_config.tape"

# runpod ssh
- uses: charmbracelet/vhs-action@v1
- uses: charmbracelet/vhs-action@v2
with:
path: ".github/tape_collection/cli_ssh.tape"

Expand Down

0 comments on commit 1a94423

Please sign in to comment.