mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-28 20:11:22 +00:00
Bump actions/checkout from 2 to 3 (#16405)
This commit is contained in:
parent
c8a94f1ef7
commit
80a9c40cba
4 changed files with 4 additions and 4 deletions
2
.github/workflows/cffconvert.yml
vendored
2
.github/workflows/cffconvert.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out a copy of the repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Check whether the citation metadata from CITATION.cff is valid
|
||||
uses: citation-file-format/cffconvert-github-action@2.0.0
|
||||
|
|
|
|||
2
.github/workflows/publish-c-apidocs.yml
vendored
2
.github/workflows/publish-c-apidocs.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
name: Generate C/C++ API docs
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install doxygen and dependencies
|
||||
run: |
|
||||
sudo apt update
|
||||
|
|
|
|||
2
.github/workflows/publish-java-apidocs.yml
vendored
2
.github/workflows/publish-java-apidocs.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
name: Generate Java docs
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
|
|
|
|||
2
.github/workflows/publish-python-apidocs.yml
vendored
2
.github/workflows/publish-python-apidocs.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
name: Generate Python API docs
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install tools
|
||||
run: |
|
||||
sudo apt-get update
|
||||
|
|
|
|||
Loading…
Reference in a new issue