aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2024-08-15 15:13:14 +0100
committerAlex Schofield <git@ajschof.me>2024-08-15 15:13:14 +0100
commitb3c2954488127ac165ab6ad0e4b09cf68456f3f9 (patch)
tree8204181c7efe0ffcff0f74a0313543a23abc0e48 /.github
parent501e450e23b6ecd09029b5c1dae1e24373807bb6 (diff)
downloadde-project-bentley-b3c2954488127ac165ab6ad0e4b09cf68456f3f9.tar.gz
de-project-bentley-b3c2954488127ac165ab6ad0e4b09cf68456f3f9.zip
ci: update checkout & python action versions
Diffstat (limited to '.github')
-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