From adf21087d4a1f3268afcbae0b52080bd6d2a8b47 Mon Sep 17 00:00:00 2001 From: forest93 Date: Sat, 2 Mar 2024 21:19:59 +0800 Subject: [PATCH] Upgrade action versions --- .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 59bc3edb8..63dee5756 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,14 +28,14 @@ jobs: WCL_IS_CI_BUILD: 1 BUILD_SECRET_KEY: "${{ secrets.BUILD_SECRET }}" steps: - - uses: actions/setup-dotnet@v1 + - uses: actions/setup-dotnet@v4 with: dotnet-version: | 6.0.x 8.0.x 9.0.x include-prerelease: true - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: submodules: true - name: PrepEnv @@ -68,14 +68,14 @@ jobs: WCL_IS_CI_BUILD: 1 BUILD_SECRET_KEY: "${{ secrets.BUILD_SECRET }}" steps: - - uses: actions/setup-dotnet@v1 + - uses: actions/setup-dotnet@v4 with: dotnet-version: | 3.1.x 6.0.x 8.0.x include-prerelease: true - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 with: submodules: true - name: PrepEnv