From c4d02cf586131b608aa1362c6cb02922547f6aea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 20:55:00 -0300 Subject: [PATCH] chore(deps): bump actions/checkout from 4.1.2 to 4.1.4 (#479) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.2...v4.1.4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cypress.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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