Skip to content

Commit

Permalink
Upgrade action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
CXuesong committed Mar 2, 2024
1 parent dcba304 commit adf2108
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit adf2108

Please sign in to comment.