Merge pull request #4611 from assimp/dependabot/github_actions/actions/checkout-3

Bump actions/checkout from 2 to 3
pull/4541/head^2
Kim Kulling 2022-07-07 11:10:49 +02:00 committed by GitHub
commit bac3432733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ jobs:
toolchain: ninja-vs-win64-cxx17
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: lukka/get-cmake@latest
@ -64,7 +64,7 @@ jobs:
- name: Checkout Hunter toolchains
if: endsWith(matrix.name, 'hunter')
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: cpp-pm/polly
path: cmake/polly

View File

@ -11,7 +11,7 @@ jobs:
name: adress-sanitizer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: lukka/get-cmake@latest
- uses: lukka/set-shell-env@v1
with:
@ -35,7 +35,7 @@ jobs:
name: undefined-behavior-sanitizer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: lukka/get-cmake@latest
- uses: lukka/set-shell-env@v1
with: