mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 17:44:20 -08:00
minor workflow changes to update action versions
This commit is contained in:
parent
cf4e35acce
commit
d05eaea62c
2 changed files with 4 additions and 4 deletions
4
.github/workflows/data-checks.yml
vendored
4
.github/workflows/data-checks.yml
vendored
|
@ -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') }}
|
||||||
|
|
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue