From 80297ca965d0cd3aaa96fd66a74e967a03c9483b Mon Sep 17 00:00:00 2001 From: Salvage <29021710+Saalvage@users.noreply.github.com> Date: Wed, 18 Oct 2023 16:35:10 +0200 Subject: [PATCH] Bump GH actions versions to solve warnings --- .github/workflows/llvm.yml | 2 +- .github/workflows/main.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/llvm.yml b/.github/workflows/llvm.yml index d8b3f10b8..57dc21d4b 100644 --- a/.github/workflows/llvm.yml +++ b/.github/workflows/llvm.yml @@ -22,7 +22,7 @@ jobs: ACTIONS_ALLOW_UNSECURE_COMMANDS: true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: lukka/get-cmake@latest - name: Clone LLVM diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d26b7adcb..ea5ec097a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: DOTNET_CLI_TELEMETRY_OPTOUT: true steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: '0' @@ -63,7 +63,7 @@ jobs: shell: bash run: build/build.sh prepack -platform $PLATFORM - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: intermediate path: | @@ -82,7 +82,7 @@ jobs: DOTNET_CLI_TELEMETRY_OPTOUT: true steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: '0' @@ -102,7 +102,7 @@ jobs: run: build/build.sh pack - name: Upload package - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: CppSharp.nupkg path: |