We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ba512 commit 67f1f68Copy full SHA for 67f1f68
.github/workflows/vhs.yaml
@@ -4,13 +4,13 @@ jobs:
4
vhs:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
8
- name: Install moccasin
9
run: cargo install --path .
10
- - uses: charmbracelet/vhs-action@v1
+ - uses: charmbracelet/vhs-action@v2
11
with:
12
path: "vhs.tape"
13
- - uses: stefanzweifel/git-auto-commit-action@v4
+ - uses: stefanzweifel/git-auto-commit-action@v5
14
env:
15
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16
0 commit comments