Skip to content

Commit 67f1f68

Browse files
committed
chore(ci): update actions
1 parent b1ba512 commit 67f1f68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/vhs.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ jobs:
44
vhs:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
7+
- uses: actions/checkout@v4
88
- name: Install moccasin
99
run: cargo install --path .
10-
- uses: charmbracelet/vhs-action@v1
10+
- uses: charmbracelet/vhs-action@v2
1111
with:
1212
path: "vhs.tape"
13-
- uses: stefanzweifel/git-auto-commit-action@v4
13+
- uses: stefanzweifel/git-auto-commit-action@v5
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
with:

0 commit comments

Comments
 (0)