From fe89ad799097658d2e7813bb2d8f8a18e855605c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sp=C3=B6ttel?= <1682504+fspoettel@users.noreply.github.com> Date: Fri, 8 Nov 2024 16:36:18 +0100 Subject: [PATCH] ci: update continuous integration --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9eef218..b67acb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,13 +6,13 @@ env: CARGO_TERM_COLOR: always jobs: - test: + ci: runs-on: ubuntu-latest - name: CI + name: Continuous Integration steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up cargo cache - uses: actions/cache@v3 + uses: actions/cache@v4 continue-on-error: false with: path: |