Skip to content

Commit 298b29d

Browse files
committed
update the workflow actions
1 parent 01c66ee commit 298b29d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99

1010
- name: Run tests 🧪
1111
# https://github.com/cypress-io/github-action
12-
uses: cypress-io/github-action@v5
12+
uses: cypress-io/github-action@v6
1313
with:
1414
# check types
1515
build: npm run lint
1616

1717
- name: Semantic Release 🚀
1818
if: github.ref == 'refs/heads/main'
19-
uses: cycjimmy/semantic-release-action@v3
19+
uses: cycjimmy/semantic-release-action@v4
2020
with:
2121
branch: main
2222
env:

0 commit comments

Comments
 (0)