From 7a1e3c93e80657eae428c273de03127e928402a3 Mon Sep 17 00:00:00 2001 From: Federico De Felici Date: Thu, 20 Jun 2024 16:40:38 +0200 Subject: [PATCH] update github action for nodejs obsolescence --- .github/workflows/ci_action.yml | 8 ++++---- .github/workflows/release_action.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci_action.yml b/.github/workflows/ci_action.yml index d22cc01..f1017d8 100644 --- a/.github/workflows/ci_action.yml +++ b/.github/workflows/ci_action.yml @@ -22,7 +22,7 @@ jobs: BUILD_DIR: ${{ github.workspace }}\build steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: List Workspace run: dir /a ${{ github.workspace }} - name: Compile @@ -53,7 +53,7 @@ jobs: BUILD_DIR: ${{ github.workspace }}/build steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: List Workspace run: ls -la ${{ github.workspace }} - name: Compile @@ -93,7 +93,7 @@ jobs: BUILD_DIR: ${{ github.workspace }}/build steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: List Workspace run: ls -la ${{ github.workspace }} - name: Install Clang (if needed) @@ -145,7 +145,7 @@ jobs: BUILD_DIR: ${{ github.workspace }}/build steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: List Workspace run: ls -la ${{ github.workspace }} - name: Compile diff --git a/.github/workflows/release_action.yml b/.github/workflows/release_action.yml index 8235ab2..5e9a8e2 100644 --- a/.github/workflows/release_action.yml +++ b/.github/workflows/release_action.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Upload Release Asset id: upload-release-asset uses: actions/upload-release-asset@v1