diff options
| author | Alex Schofield <git@ajschof.me> | 2024-08-15 15:13:14 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2024-08-15 15:13:14 +0100 |
| commit | b3c2954488127ac165ab6ad0e4b09cf68456f3f9 (patch) | |
| tree | 8204181c7efe0ffcff0f74a0313543a23abc0e48 /.github/workflows | |
| parent | 501e450e23b6ecd09029b5c1dae1e24373807bb6 (diff) | |
| download | de-project-bentley-b3c2954488127ac165ab6ad0e4b09cf68456f3f9.tar.gz de-project-bentley-b3c2954488127ac165ab6ad0e4b09cf68456f3f9.zip | |
ci: update checkout & python action versions
Diffstat (limited to '.github/workflows')
| -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' |
