From 01b119c9c2c7795f93a7b5a9d0dbb33ba24d4b92 Mon Sep 17 00:00:00 2001 From: Tamas K Lengyel Date: Tue, 16 Jan 2024 12:16:47 -0500 Subject: [PATCH] Update actions --- .github/workflows/astyle.yml | 4 +--- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/astyle.yml b/.github/workflows/astyle.yml index 8cda81f..8122130 100644 --- a/.github/workflows/astyle.yml +++ b/.github/workflows/astyle.yml @@ -7,9 +7,7 @@ jobs: permissions: read-all runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 2 + - uses: actions/checkout@v4 - name: install dependencies run: sudo apt-get install astyle diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c3d3ff..0c3c916 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - 'ubuntu-20.04' - 'ubuntu-latest' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: | @@ -181,7 +181,7 @@ jobs: cd .. ls -la - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: kfx-${{ matrix.os }} path: |