mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 01:31:25 -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:
|
||||
# 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') }}
|
||||
|
|
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue