Skip to content

Commit 05dff8b

Browse files
committed
bump actions
1 parent 9f410ee commit 05dff8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ jobs:
55
runs-on: ubuntu-20.04
66
steps:
77
- name: Checkout 🛎
8-
uses: actions/checkout@v3
8+
uses: actions/checkout@v4
99

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

1616
- name: Semantic Release 🚀
17-
uses: cycjimmy/semantic-release-action@v2
17+
uses: cycjimmy/semantic-release-action@v4
1818
with:
1919
branch: master
2020
env:

0 commit comments

Comments
 (0)