summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-10-19 11:06:30 +0000
committerGitHub <noreply@github.com>2023-10-19 11:06:30 +0000
commitae50776703d427282793aa0d2d7b2a216a3fdb01 (patch)
tree2650fbab7f33671a5657409fe9e06cd4d86bcd74
parent19596dcc7742fb30e915f73ff6acb1b76371079d (diff)
Update actions/checkout action to v4renovate/actions-checkout-4.x
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a286cf7..cd89374 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repo
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Run pre-commit
uses: pre-commit/action@v3.0.0
@@ -32,7 +32,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Test with tox
run: |
pip install tox