minor workflow changes to update action versions

This commit is contained in:
ericiwamoto 2024-12-04 13:27:24 -08:00 committed by Carlos Felix
parent cf4e35acce
commit d05eaea62c
2 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ jobs:
steps: steps:
# installs Python # installs Python
# one execution of the tests per version listed above # one execution of the tests per version listed above
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
@ -28,7 +28,7 @@ jobs:
uses: hmarr/debug-action@v2 uses: hmarr/debug-action@v2
- name: Load cached Poetry installation - name: Load cached Poetry installation
id: cached-poetry-dependencies id: cached-poetry-dependencies
uses: actions/cache@v2 uses: actions/cache@v4
with: with:
path: ~/.cache/pypoetry/virtualenvs path: ~/.cache/pypoetry/virtualenvs
key: env-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}-${{ hashFiles('.github/workflows/data-checks.yml') }} key: env-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}-${{ hashFiles('.github/workflows/data-checks.yml') }}

View file

@ -17,9 +17,9 @@ jobs:
working-directory: ./client working-directory: ./client
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v4
- name: Cypress nightly tests 🌃 - name: Cypress nightly tests 🌃
uses: cypress-io/github-action@v2 uses: cypress-io/github-action@v6
with: with:
working-directory: ${{env.working-directory}} working-directory: ${{env.working-directory}}
start: npm start start: npm start