Skip to content

Commit

Permalink
CI: upgrade GHA steps version ... (#4502)
Browse files Browse the repository at this point in the history
... this can suppress some warnings during the GitHub Actions CI run
  • Loading branch information
liushuyu authored Sep 25, 2023
1 parent ee1a353 commit 5a15884
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
env:
MACOSX_DEPLOYMENT_TARGET: 11.0
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 50
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
- build-native
- build-cross
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Merge x86_64 & arm64 packages to universal one
uses: ./.github/actions/merge-macos

Expand All @@ -262,7 +262,7 @@ jobs:
timeout-minutes: 30
needs: build-native
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Merge x64 & x86 packages to multilib one & build installer
uses: ./.github/actions/merge-windows

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/supported_llvm_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
env:
MACOSX_DEPLOYMENT_TARGET: 11.6 # silence `ld: warning: object file (…) was built for newer macOS version (…) than being linked (…)`
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 50
Expand All @@ -75,7 +75,7 @@ jobs:
sudo apt-get install gdb=9.1-0ubuntu1 llvm
- name: Try to restore cached LLVM
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: llvm
key: llvm-${{ matrix.llvm_version }}-${{ runner.os }}
Expand Down

0 comments on commit 5a15884

Please sign in to comment.