Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-dev-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
version: ${{ fromJSON(needs.filtering.outputs.ubuntu-target) }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Build Docker Image
run: |
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
runs-on: one-x64-linux
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Build Docker Image
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-pub-dev-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Restore onecc external cache
uses: actions/cache/restore@v4
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Restore onecc external cache
uses: actions/cache/restore@v4
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Restore onecc external cache
uses: actions/cache/restore@v4
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Restore onecc external cache
uses: actions/cache/restore@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
# Fetch all history and branch (default: 1)
# Require all history to get file creation date
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-pr-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
# Checkout PR head commit
# Checkout Action use merge commit as default
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: 'Checkout'
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: 'Generate HTML'
uses: mattnotmitt/doxygen-action@v1.9
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-rootfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y debootstrap

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Generate RootFS
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pub-circle-int-launchpad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
} >> "$GITHUB_OUTPUT"

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Build without test
run: |
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
echo "VERSION=${VERSION}" >> "$GITHUB_OUTPUT"

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Git
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pub-onert-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Restore externals cache
uses: actions/cache/restore@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pub-onnx2circle-launchpad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
apt install circle-interpreter

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

# NOTE Docker image has pre-installed submodules in /workdir
# NOTE Docker image has pre-installed python packages
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
echo "VERSION=${VERSION}" >> "$GITHUB_OUTPUT"

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Git
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pub-tools-mec-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-circle-mlir-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
apt install circle-interpreter

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

# NOTE Docker image has pre-installed submodules in /workdir
# NOTE Docker image has pre-installed python packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-onecc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Install onnx2circle
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-onert-android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
BUILD_TYPE: release
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Restore onecc external cache
uses: actions/cache/restore@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-onert-cross-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
OPTIONS: "-DBUILD_ARMCOMPUTE=OFF" # Disable arm compute library
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Restore onecc external cache
uses: actions/cache/restore@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-onert-gbs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
sudo apt-get update && sudo apt-get -qqy install gbs

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Caching GBS repository
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-onert-micro-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y gcc-arm-none-eabi

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
# Checkout PR head commit
# Checkout Action use merge commit as default
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-onert-native-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
OPTIONS: "-DBUILD_ARMCOMPUTE=OFF" # Disable arm compute library
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Restore onecc external cache
uses: actions/cache/restore@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tools-mec-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tools-onnx-subgr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Configure
run: |
Expand Down
Loading