diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-05-22 17:19:52 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-05-22 17:19:52 +0300 |
commit | e2d322e1462db734a3ab5275341dbe59e2599865 (patch) | |
tree | 854608769995825334a5d92f940c12f60cea7da7 /.github/workflows/ci.yml | |
parent | 3b260e636a35df5898dfefaa47560a179f562da8 (diff) | |
download | sciteco-e2d322e1462db734a3ab5275341dbe59e2599865.tar.gz |
updated CI workflows: bumped some versions
* MacOS packages are now built on macos-12 since macos-11 has been deprecated.
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9108b5a..3044d29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Git Clone - uses: actions/checkout@v2 + uses: actions/checkout@v4.1.6 with: submodules: true @@ -61,7 +61,7 @@ jobs: steps: - name: Git Clone - uses: actions/checkout@v2 + uses: actions/checkout@v4.1.6 with: submodules: true @@ -105,7 +105,7 @@ jobs: steps: - name: Git Clone - uses: actions/checkout@v2 + uses: actions/checkout@v4.1.6 with: submodules: true |