summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@spacinov.com>2023-02-28 11:16:35 +0100
committerRaphaël Barrois <raphael.barrois@spacinov.com>2023-02-28 11:17:59 +0100
commit61dc8432720b5345384d2b8dbd98df0748ff4eb0 (patch)
treec397bd3e751f7419b952df6b9cd59af306afca3d
parentadaed0da56ac5d1fecb08d772cd1b5546044d793 (diff)
downloadsemantic-version-61dc8432720b5345384d2b8dbd98df0748ff4eb0.tar.gz
Update github actions versions
-rw-r--r--.github/workflows/check.yml4
-rw-r--r--.github/workflows/test.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index dc16848..2fe3b5e 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -19,10 +19,10 @@ jobs:
TOXENV: ${{ matrix.tox-environment }}
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up Python
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
- name: Install dependencies
run: python -m pip install tox
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2165bc7..f69954a 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -35,10 +35,10 @@ jobs:
TOXENV: django${{ matrix.django-family }}
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}