From 05dff8b05407ab01e1338d899a23eeae5a2e91be Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Wed, 8 May 2024 20:38:14 -0400 Subject: [PATCH] bump actions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 408af7a..a747984 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,16 +5,16 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout ๐Ÿ›Ž - uses: actions/checkout@v3 + uses: actions/checkout@v4 # https://github.com/cypress-io/github-action - name: Run tests ๐Ÿงช - uses: cypress-io/github-action@v2 + uses: cypress-io/github-action@v6 with: build: npm run build - name: Semantic Release ๐Ÿš€ - uses: cycjimmy/semantic-release-action@v2 + uses: cycjimmy/semantic-release-action@v4 with: branch: master env: