mirror of
https://github.com/openzim/zimit.git
synced 2025-09-25 22:02:07 -04:00
Bump Github CI Actions versions
This commit is contained in:
parent
9e6c998816
commit
8fdad5954e
2
.github/workflows/Publish.yml
vendored
2
.github/workflows/Publish.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: openzim/docker-publish-action@v10
|
uses: openzim/docker-publish-action@v10
|
||||||
|
2
.github/workflows/PublishDockerDevImage.yaml
vendored
2
.github/workflows/PublishDockerDevImage.yaml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: openzim/docker-publish-action@v10
|
uses: openzim/docker-publish-action@v10
|
||||||
|
4
.github/workflows/QA.yaml
vendored
4
.github/workflows/QA.yaml
vendored
@ -11,10 +11,10 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version-file: pyproject.toml
|
python-version-file: pyproject.toml
|
||||||
architecture: x64
|
architecture: x64
|
||||||
|
12
.github/workflows/Tests.yaml
vendored
12
.github/workflows/Tests.yaml
vendored
@ -11,10 +11,10 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version-file: pyproject.toml
|
python-version-file: pyproject.toml
|
||||||
architecture: x64
|
architecture: x64
|
||||||
@ -28,17 +28,17 @@ jobs:
|
|||||||
run: inv coverage --args "-vvv"
|
run: inv coverage --args "-vvv"
|
||||||
|
|
||||||
- name: Upload coverage report to codecov
|
- name: Upload coverage report to codecov
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|
||||||
build_python:
|
build_python:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version-file: pyproject.toml
|
python-version-file: pyproject.toml
|
||||||
architecture: x64
|
architecture: x64
|
||||||
@ -54,7 +54,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: build image
|
- name: build image
|
||||||
run: docker build -t zimit .
|
run: docker build -t zimit .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user