aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/on-commit.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/on-commit.yml')
-rw-r--r--.github/workflows/on-commit.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/on-commit.yml b/.github/workflows/on-commit.yml
index 5f3aebf..01de8d7 100644
--- a/.github/workflows/on-commit.yml
+++ b/.github/workflows/on-commit.yml
@@ -9,9 +9,9 @@ jobs:
quality-checks:
runs-on: ubuntu-latest
steps:
- - uses : actions/checkout@v2
+ - uses : actions/checkout@v4
- name : 'Python: Setup'
- uses : actions/setup-python@v2
+ uses : actions/setup-python@v5
with:
python-version: 3.11
- name : 'Python: Install Dependencies'
git.ajschof.me — hosted by ajschofield — powered by cgit