From afee791e5db7c9126fdfdd9cbab6b4aa384978b4 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Wed, 6 Dec 2023 06:39:17 +0100 Subject: [PATCH] Update CI action --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 846652e..c800cd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,6 @@ on: - main pull_request: jobs: - test: name: Test runs-on: ubuntu-latest @@ -13,7 +12,7 @@ jobs: contents: read steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install tools from asdf config uses: ai/asdf-cache-action@v1 - name: Install all dependencies @@ -31,7 +30,7 @@ jobs: contents: write steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false - name: Install tools from asdf config