From d05eaea62cd67243bcba39bf14427ec2681259e8 Mon Sep 17 00:00:00 2001 From: ericiwamoto <100735505+ericiwamoto@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:27:24 -0800 Subject: [PATCH] minor workflow changes to update action versions --- .github/workflows/data-checks.yml | 4 ++-- .github/workflows/e2e.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/data-checks.yml b/.github/workflows/data-checks.yml index be9cbeea..ac111d2a 100644 --- a/.github/workflows/data-checks.yml +++ b/.github/workflows/data-checks.yml @@ -17,7 +17,7 @@ jobs: steps: # installs Python # one execution of the tests per version listed above - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: @@ -28,7 +28,7 @@ jobs: uses: hmarr/debug-action@v2 - name: Load cached Poetry installation id: cached-poetry-dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.cache/pypoetry/virtualenvs key: env-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}-${{ hashFiles('.github/workflows/data-checks.yml') }} diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index cceff8ee..d95b1488 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -17,9 +17,9 @@ jobs: working-directory: ./client steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Cypress nightly tests 🌃 - uses: cypress-io/github-action@v2 + uses: cypress-io/github-action@v6 with: working-directory: ${{env.working-directory}} start: npm start