diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index a7d5f92..e26490b 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -16,7 +16,7 @@ jobs: name: Run Cypress tests on ${{ matrix.browser }} steps: - name: Checkout - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.4 - name: Cypress run uses: cypress-io/github-action@v6 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 42c9e5c..6eb0f38 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,7 +6,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.4 - name: Install dependencies run: npm ci - name: Run lint