summaryrefslogtreecommitdiff
path: root/.github/workflows/check.yml
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 /.github/workflows/check.yml
parentadaed0da56ac5d1fecb08d772cd1b5546044d793 (diff)
downloadsemantic-version-61dc8432720b5345384d2b8dbd98df0748ff4eb0.tar.gz
Update github actions versions
Diffstat (limited to '.github/workflows/check.yml')
-rw-r--r--.github/workflows/check.yml4
1 files changed, 2 insertions, 2 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