From e660e94de1beb128408187e8fa3750387e3660eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 23:14:47 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 7 updates Bumps the github-actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.2.2` | `5.0.0` | | [actions/cache](https://github.com/actions/cache) | `4.2.3` | `4.3.0` | | [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) | `5` | `6` | | [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) | `1.2.18` | `1.2.19` | | [ad-m/github-push-action](https://github.com/ad-m/github-push-action) | `0.8.0` | `1.0.0` | | [ncipollo/release-action](https://github.com/ncipollo/release-action) | `1.16.0` | `1.20.0` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.6.0` | `6.0.0` | Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/11bd71901bbe5b1630ceea73d27597364c9af683...08c6903cd8c0fde910a37f88322edcfb5dd907a8) Updates `actions/cache` from 4.2.3 to 4.3.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/5a3ec84eff668545956fd18022155c47e93e2684...0057852bfaa89a56745cba8c7296529d2fc39830) Updates `dawidd6/action-send-mail` from 5 to 6 - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/7ac0fb1e367721ffc3985c672ba2e7659379bc00...6d98ae34d733f9a723a9e04e94f2f24ba05e1402) Updates `hendrikmuhs/ccache-action` from 1.2.18 to 1.2.19 - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](https://github.com/hendrikmuhs/ccache-action/compare/63069e3931dedbf3b63792097479563182fe70d1...bfa03e1de4d7f7c3e80ad9109feedd05c4f5a716) Updates `ad-m/github-push-action` from 0.8.0 to 1.0.0 - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](https://github.com/ad-m/github-push-action/compare/v0.8.0...v1.0.0) Updates `ncipollo/release-action` from 1.16.0 to 1.20.0 - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/440c8c1cb0ed28b9f43e4d1d670870f059653174...b7eabc95ff50cbeeedec83973935c8f306dfcd0b) Updates `actions/setup-python` from 5.6.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/a26af69be951a213d495a4c3e4e4022e16d87065...e797f83bcb11b83ae66e0230d6156d7c80228e7c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: dawidd6/action-send-mail dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: hendrikmuhs/ccache-action dependency-version: 1.2.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: ad-m/github-push-action dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: ncipollo/release-action dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/RollPyTorch.yml | 4 ++-- .github/workflows/bazelBuildAndTest.yml | 6 +++--- .github/workflows/buildRelease.yml | 8 ++++---- .github/workflows/ci.yml | 8 ++++---- .github/workflows/ci_windows.yml | 8 ++++---- .github/workflows/gh-pages-releases.yml | 4 ++-- .github/workflows/merge-rollpytorch.yml | 2 +- .github/workflows/oneshotSnapshotPackage.yml | 6 +++--- .github/workflows/pre-commit-all.yml | 4 ++-- .github/workflows/pre-commit.yml | 4 ++-- .github/workflows/releaseSnapshotPackage.yml | 6 +++--- 11 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/RollPyTorch.yml b/.github/workflows/RollPyTorch.yml index 9356ae535c71..01cfa87ccabf 100644 --- a/.github/workflows/RollPyTorch.yml +++ b/.github/workflows/RollPyTorch.yml @@ -22,7 +22,7 @@ jobs: sudo rm -rf $GITHUB_WORKSPACE/* - name: Get torch-mlir - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: submodules: 'false' token: ${{ secrets.WORKFLOW_INVOCATION_TOKEN }} @@ -111,7 +111,7 @@ jobs: - name: Update PyTorch Build Cache (if running on main branch) if: github.ref_name == 'main' id: cache-pytorch - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: ${{ github.workspace }}/build_tools/python_deploy/wheelhouse key: ${{ runner.os }}-pytorch-${{ env.PT_HASH }} diff --git a/.github/workflows/bazelBuildAndTest.yml b/.github/workflows/bazelBuildAndTest.yml index 2ba036af9d95..0c898cfc7fad 100644 --- a/.github/workflows/bazelBuildAndTest.yml +++ b/.github/workflows/bazelBuildAndTest.yml @@ -32,7 +32,7 @@ jobs: sudo rm -rf $GITHUB_WORKSPACE/* - name: Checkout torch-mlir - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: submodules: 'true' @@ -40,7 +40,7 @@ jobs: # restore to avoid the cache going stale over time # https://github.com/actions/cache/blob/main/workarounds.md#update-a-cache - name: Setup cache for bazel - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: ~/.cache/bazel key: torch_mlir-bazel-build-cache-${{ runner.os }}-${{ github.sha }} @@ -102,7 +102,7 @@ jobs: - name: Send mail if: failure() - uses: dawidd6/action-send-mail@7ac0fb1e367721ffc3985c672ba2e7659379bc00 # v5 + uses: dawidd6/action-send-mail@6d98ae34d733f9a723a9e04e94f2f24ba05e1402 # v6 with: server_address: ${{ secrets.SMTP_SERVER }} server_port: ${{ secrets.SMTP_PORT }} diff --git a/.github/workflows/buildRelease.yml b/.github/workflows/buildRelease.yml index ce44f125525c..5091a285f56c 100644 --- a/.github/workflows/buildRelease.yml +++ b/.github/workflows/buildRelease.yml @@ -28,7 +28,7 @@ jobs: sudo rm -rf $GITHUB_WORKSPACE/* - name: Get torch-mlir - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: submodules: 'true' fetch-depth: 0 @@ -96,7 +96,7 @@ jobs: sudo rm -rf $GITHUB_WORKSPACE/* - name: Get torch-mlir - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: submodules: 'true' fetch-depth: 0 @@ -156,7 +156,7 @@ jobs: package: [torch-mlir] steps: - name: Get torch-mlir - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: submodules: 'true' - uses: ./.github/actions/setup-build @@ -216,7 +216,7 @@ jobs: package: [torch-mlir] steps: - name: Get torch-mlir - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: submodules: 'true' - uses: ./.github/actions/setup-build diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a5ffb648783..9cf6f801d159 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,12 +29,12 @@ jobs: CACHE_DIR: ${{ github.workspace }}/.container-cache steps: - name: "Checking out repository" - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: submodules: true - name: Enable cache - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: ${{ env.CACHE_DIR }} key: build-test-cpp-asserts-manylinux-${{ matrix.torch-version }}-v2-${{ github.sha }} @@ -42,7 +42,7 @@ jobs: build-test-cpp-asserts-manylinux-${{ matrix.torch-version }}-v2- - name: ccache - uses: hendrikmuhs/ccache-action@63069e3931dedbf3b63792097479563182fe70d1 # v1.2.18 + uses: hendrikmuhs/ccache-action@bfa03e1de4d7f7c3e80ad9109feedd05c4f5a716 # v1.2.19 with: key: ${{ github.job }}-${{ matrix.torch-version }} save: ${{ needs.setup.outputs.write-caches == 1 }} @@ -66,7 +66,7 @@ jobs: bash build_tools/ci/build_posix.sh - name: Save cache - uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 if: ${{ !cancelled() }} with: path: ${{ env.CACHE_DIR }} diff --git a/.github/workflows/ci_windows.yml b/.github/workflows/ci_windows.yml index 05f9a25cbb04..b24ee2b80685 100644 --- a/.github/workflows/ci_windows.yml +++ b/.github/workflows/ci_windows.yml @@ -30,7 +30,7 @@ jobs: CACHE_DIR: ${{ github.workspace }}\.container-cache steps: - name: "Checking out repository" - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: submodules: true @@ -38,7 +38,7 @@ jobs: uses: ./.github/actions/setup-build - name: Enable cache - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: ${{ env.CACHE_DIR }} # Use as cache key a PR number if a pull request and otherwise the commit hash. This reuses the cache for a PR irrespective of the commit hash. Otherwise, it uses commit hash for merges into the main branch @@ -54,7 +54,7 @@ jobs: ./build_tools/ci/install_python_deps.sh ${{ matrix.torch-version }} - name: ccache - uses: hendrikmuhs/ccache-action@63069e3931dedbf3b63792097479563182fe70d1 # v1.2.18 + uses: hendrikmuhs/ccache-action@bfa03e1de4d7f7c3e80ad9109feedd05c4f5a716 # v1.2.19 with: key: ${{ github.job }}-${{ matrix.torch-version }} save: ${{ needs.setup.outputs.write-caches == 1 }} @@ -65,7 +65,7 @@ jobs: ./build_tools/python_deploy/build_windows_ci.sh - name: Save cache - uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 if: ${{ !cancelled() }} with: path: ${{ env.CACHE_DIR }} diff --git a/.github/workflows/gh-pages-releases.yml b/.github/workflows/gh-pages-releases.yml index 942b8527becd..a897c2ae1dd6 100644 --- a/.github/workflows/gh-pages-releases.yml +++ b/.github/workflows/gh-pages-releases.yml @@ -20,7 +20,7 @@ jobs: # existing lock files. sudo rm -rf $GITHUB_WORKSPACE/* - name: Checking out repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: token: ${{ secrets.WORKFLOW_INVOCATION_TOKEN }} - name: Run scrape releases script @@ -37,7 +37,7 @@ jobs: - run: git diff --cached --exit-code || git commit -m "Update releases." - name: GitHub Push - uses: ad-m/github-push-action@v0.8.0 + uses: ad-m/github-push-action@v1.0.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: github-pages diff --git a/.github/workflows/merge-rollpytorch.yml b/.github/workflows/merge-rollpytorch.yml index e335f1fdfd7d..ce67ba6c4aff 100644 --- a/.github/workflows/merge-rollpytorch.yml +++ b/.github/workflows/merge-rollpytorch.yml @@ -18,7 +18,7 @@ jobs: steps: # Fetch the repo first so that the gh command knows where to look for the PR - name: Fetch Repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: token: ${{ secrets.WORKFLOW_INVOCATION_TOKEN }} diff --git a/.github/workflows/oneshotSnapshotPackage.yml b/.github/workflows/oneshotSnapshotPackage.yml index 1afc450159cc..bc4fe48e3686 100644 --- a/.github/workflows/oneshotSnapshotPackage.yml +++ b/.github/workflows/oneshotSnapshotPackage.yml @@ -18,7 +18,7 @@ jobs: sudo rm -rf $GITHUB_WORKSPACE/* - name: Checking out repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: token: ${{ secrets.WORKFLOW_INVOCATION_TOKEN }} @@ -35,7 +35,7 @@ jobs: git tag "${tag_name}" - name: Pushing changes - uses: ad-m/github-push-action@v0.8.0 + uses: ad-m/github-push-action@v1.0.0 with: github_token: ${{ secrets.WORKFLOW_INVOCATION_TOKEN }} branch: ${{ github.ref_name }} @@ -43,7 +43,7 @@ jobs: - name: Create Release id: create_release - uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0 + uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0 with: tag: ${{ env.tag_name }} name: torch-mlir snapshot ${{ env.tag_name }} diff --git a/.github/workflows/pre-commit-all.yml b/.github/workflows/pre-commit-all.yml index cee7f87300a2..16e446033e95 100644 --- a/.github/workflows/pre-commit-all.yml +++ b/.github/workflows/pre-commit-all.yml @@ -8,8 +8,8 @@ jobs: pre-commit: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 with: extra_args: --color=always --all-files diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 69bec173a90f..7ccfafbcc0a4 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -7,11 +7,11 @@ jobs: pre-commit: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: # requites to grab the history of the PR fetch-depth: 0 - - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 with: extra_args: --color=always --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/releaseSnapshotPackage.yml b/.github/workflows/releaseSnapshotPackage.yml index eadcec6100bc..8272ada78ce3 100644 --- a/.github/workflows/releaseSnapshotPackage.yml +++ b/.github/workflows/releaseSnapshotPackage.yml @@ -21,7 +21,7 @@ jobs: sudo rm -rf $GITHUB_WORKSPACE/* - name: Checking out repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: token: ${{ secrets.WORKFLOW_INVOCATION_TOKEN }} @@ -38,7 +38,7 @@ jobs: git tag "${tag_name}" - name: Pushing changes - uses: ad-m/github-push-action@v0.8.0 + uses: ad-m/github-push-action@v1.0.0 with: github_token: ${{ secrets.WORKFLOW_INVOCATION_TOKEN }} branch: main @@ -46,7 +46,7 @@ jobs: - name: Create Release id: create_release - uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0 + uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0 with: tag: ${{ env.tag_name }} name: torch-mlir snapshot ${{ env.tag_name }}