aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAlex <git@ajschof.me>2024-08-15 15:14:19 +0100
committerGitHub <noreply@github.com>2024-08-15 15:14:19 +0100
commit0ee89e50a3741ab0669fbb76189313401ec0b9f4 (patch)
tree8204181c7efe0ffcff0f74a0313543a23abc0e48 /.github
parentccf79ea359087361a07d3ab332eccdcfde1bc36f (diff)
parentaa82b5fb8185365557fbbd916713208ec54b7c0e (diff)
downloadde-project-bentley-0ee89e50a3741ab0669fbb76189313401ec0b9f4.tar.gz
de-project-bentley-0ee89e50a3741ab0669fbb76189313401ec0b9f4.zip
Merge pull request #37 from ajschofield/feature/ci-tests
pr: 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