diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 0b28bd0..c2ab546 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.4 + uses: actions/checkout@v4.1.5 - name: Build manifest run: npm run manifest - name: Cypress run diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 053b6cd..b75b3e0 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.4 + - uses: actions/checkout@v4.1.5 - uses: actions/setup-node@v4 with: node-version-file: '.nvmrc'