diff options
| author | Alex <git@ajschof.me> | 2024-08-15 15:14:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-15 15:14:19 +0100 |
| commit | 0ee89e50a3741ab0669fbb76189313401ec0b9f4 (patch) | |
| tree | 8204181c7efe0ffcff0f74a0313543a23abc0e48 | |
| parent | ccf79ea359087361a07d3ab332eccdcfde1bc36f (diff) | |
| parent | aa82b5fb8185365557fbbd916713208ec54b7c0e (diff) | |
| download | de-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
| -rw-r--r-- | .github/workflows/on-commit.yml | 4 |
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' |
