Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 10, 2023
1 parent 89e26ac commit 25be77f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Build sora-cpp-sdk for ${{ matrix.name }}
runs-on: windows-2019
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: microsoft/setup-msbuild@v1.3
- name: Env to output
run: |
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
name: Build sora-cpp-sdk for ${{ matrix.name }}
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Env to output
run: |
echo "user=`users`" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
name: Build sora-cpp-sdk for ${{ matrix.name }}
runs-on: ${{ matrix.name == 'ubuntu-22.04_x86_64' && 'ubuntu-22.04' || 'ubuntu-20.04' }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Bazel cache
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
- build-ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/download
with:
platform: windows_x86_64
Expand Down

0 comments on commit 25be77f

Please sign in to comment.