Skip to content

Commit

Permalink
[build] Upgrade to checkout@v3 GitHub action.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko committed Nov 17, 2022
1 parent 432f2d8 commit 27a92b3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
ndk-version: r23
add-to-path: false
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: build
run: |
cd ./scripts/build-android/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cxx11-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: configure
run: |
mkdir _build && cd _build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cxx11-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: configure
run: |
mkdir _build && cd _build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cxx11-win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: configure
run: |
md _build && cd _build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iOS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: configure
run: |
mkdir _build && cd _build
Expand Down

0 comments on commit 27a92b3

Please sign in to comment.