diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index cc2dcce..a7d1018 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -22,7 +22,7 @@ jobs: # Install NPM dependencies, cache them correctly # and run all Cypress tests - name: Cypress run - uses: cypress-io/github-action # use the explicit version number + uses: cypress-io/github-action@v5 # use the explicit version number with: build: npm run build start: npm start diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index ff28806..439a7e6 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -28,11 +28,10 @@ jobs: # Install NPM dependencies, cache them correctly # and run all Cypress tests - name: Cypress run - uses: cypress-io/github-action # use the explicit version number + uses: cypress-io/github-action@v5 # use the explicit version number with: build: npm run build start: npm start - test-build-package: needs: test runs-on: ubuntu-latest