mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
ci: update github action versions
This commit is contained in:
4
.github/workflows/integration-test.yaml
vendored
4
.github/workflows/integration-test.yaml
vendored
@@ -95,8 +95,8 @@ jobs:
|
|||||||
matrix: ${{ fromJson(needs.decide-on-test-jobs-to-run.outputs.matrix) }}
|
matrix: ${{ fromJson(needs.decide-on-test-jobs-to-run.outputs.matrix) }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: "${{ matrix.python_version }}"
|
python-version: "${{ matrix.python_version }}"
|
||||||
|
|
||||||
|
|||||||
6
.github/workflows/unit-test.yaml
vendored
6
.github/workflows/unit-test.yaml
vendored
@@ -53,8 +53,8 @@ jobs:
|
|||||||
python_version: "3.10"
|
python_version: "3.10"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: "${{ matrix.python_version }}"
|
python-version: "${{ matrix.python_version }}"
|
||||||
|
|
||||||
@@ -74,7 +74,7 @@ jobs:
|
|||||||
# completion. Make sure to update the key to bust the cache
|
# completion. Make sure to update the key to bust the cache
|
||||||
# properly if you make a change that should influence it.
|
# properly if you make a change that should influence it.
|
||||||
- name: Load cached Python dependencies
|
- name: Load cached Python dependencies
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: /srv/venv/
|
path: /srv/venv/
|
||||||
key: >-
|
key: >-
|
||||||
|
|||||||
Reference in New Issue
Block a user