From 1eb46ee02d665edcb2702800ed815b2c5d4bfc74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 18:35:04 +0000 Subject: [PATCH] Bump the github-actions group with 8 updates Bumps the github-actions group with 8 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `3.5.0` | `4.2.2` | | [actions/cache](https://github.com/actions/cache) | `3` | `4` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `7.0.5` | `7.0.6` | | [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) | `3.12.0` | `4` | | [dwenegar/upload-release-assets](https://github.com/dwenegar/upload-release-assets) | `1` | `3` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.4.3` | `4.6.0` | | [ad-m/github-push-action](https://github.com/ad-m/github-push-action) | `0.6.0` | `0.8.0` | | [ncipollo/release-action](https://github.com/ncipollo/release-action) | `1.14.0` | `1.15.0` | Updates `actions/checkout` from 3.5.0 to 4.2.2 - [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/v3.5.0...11bd71901bbe5b1630ceea73d27597364c9af683) Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v3...v4) Updates `peter-evans/create-pull-request` from 7.0.5 to 7.0.6 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/5e914681df9dc83aa4e4905692ca88beb2f9e91f...67ccf781d68cd99b580ae25a5c18a1cc84ffff1f) Updates `dawidd6/action-send-mail` from 3.12.0 to 4 - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/2cea9617b09d79a095af21254fbcb7ae95903dde...611879133a9569642c41be66f4a323286e9b8a3b) Updates `dwenegar/upload-release-assets` from 1 to 3 - [Release notes](https://github.com/dwenegar/upload-release-assets/releases) - [Commits](https://github.com/dwenegar/upload-release-assets/compare/v1...v3) Updates `actions/upload-artifact` from 4.4.3 to 4.6.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882...65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08) Updates `ad-m/github-push-action` from 0.6.0 to 0.8.0 - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](https://github.com/ad-m/github-push-action/compare/v0.6.0...v0.8.0) Updates `ncipollo/release-action` from 1.14.0 to 1.15.0 - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/2c591bcc8ecdcd2db72b97d6147f871fcd833ba5...cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: dawidd6/action-send-mail dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: dwenegar/upload-release-assets dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: ad-m/github-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/RollPyTorch.yml | 2 +- .github/workflows/bazelBuildAndTest.yml | 2 +- .github/workflows/buildRelease.yml | 16 ++++++++-------- .github/workflows/ci.yml | 6 +++--- .github/workflows/gh-pages-releases.yml | 2 +- .github/workflows/oneshotSnapshotPackage.yml | 4 ++-- .github/workflows/releaseSnapshotPackage.yml | 4 ++-- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/RollPyTorch.yml b/.github/workflows/RollPyTorch.yml index 8c571893e145..454142eb44dd 100644 --- a/.github/workflows/RollPyTorch.yml +++ b/.github/workflows/RollPyTorch.yml @@ -127,7 +127,7 @@ jobs: git pull origin main - name: Create pull request - uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 with: author: Roll PyTorch Action branch: rollpytorch diff --git a/.github/workflows/bazelBuildAndTest.yml b/.github/workflows/bazelBuildAndTest.yml index 4eeef0b9bb5e..030dde79fc51 100644 --- a/.github/workflows/bazelBuildAndTest.yml +++ b/.github/workflows/bazelBuildAndTest.yml @@ -102,7 +102,7 @@ jobs: - name: Send mail if: failure() - uses: dawidd6/action-send-mail@2cea9617b09d79a095af21254fbcb7ae95903dde # v3.12.0 + uses: dawidd6/action-send-mail@611879133a9569642c41be66f4a323286e9b8a3b # v4 with: server_address: ${{ secrets.SMTP_SERVER }} server_port: ${{ secrets.SMTP_PORT }} diff --git a/.github/workflows/buildRelease.yml b/.github/workflows/buildRelease.yml index a304672b474f..9e88289533f8 100644 --- a/.github/workflows/buildRelease.yml +++ b/.github/workflows/buildRelease.yml @@ -48,7 +48,7 @@ jobs: - name: Upload Release Assets (if requested) if: github.event.inputs.release_id != '' id: upload-release-assets - uses: dwenegar/upload-release-assets@v1 + uses: dwenegar/upload-release-assets@v3 env: GITHUB_TOKEN: ${{ secrets.WORKFLOW_INVOCATION_TOKEN }} with: @@ -75,7 +75,7 @@ jobs: # # See https://github.com/pypa/gh-action-pypi-publish/discussions/15 - name: Store the binary wheel - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: wheels path: dist @@ -116,7 +116,7 @@ jobs: - name: Upload Release Assets (if requested) if: github.event.inputs.release_id != '' id: upload-release-assets - uses: dwenegar/upload-release-assets@v1 + uses: dwenegar/upload-release-assets@v3 env: GITHUB_TOKEN: ${{ secrets.WORKFLOW_INVOCATION_TOKEN }} with: @@ -143,7 +143,7 @@ jobs: # # See https://github.com/pypa/gh-action-pypi-publish/discussions/15 - name: Store the binary wheel - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: wheels path: dist @@ -176,7 +176,7 @@ jobs: - name: Upload Release Assets (if requested) if: github.event.inputs.release_id != '' id: upload-release-assets - uses: dwenegar/upload-release-assets@v1 + uses: dwenegar/upload-release-assets@v3 env: GITHUB_TOKEN: ${{ secrets.WORKFLOW_INVOCATION_TOKEN }} with: @@ -203,7 +203,7 @@ jobs: # # See https://github.com/pypa/gh-action-pypi-publish/discussions/15 - name: Store the binary wheel - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: wheels path: dist @@ -239,7 +239,7 @@ jobs: - name: Upload Release Assets (if requested) if: github.event.inputs.release_id != '' id: upload-release-assets - uses: dwenegar/upload-release-assets@v1 + uses: dwenegar/upload-release-assets@v3 env: GITHUB_TOKEN: ${{ secrets.WORKFLOW_INVOCATION_TOKEN }} with: @@ -267,7 +267,7 @@ jobs: # # See https://github.com/pypa/gh-action-pypi-publish/discussions/15 - name: Store the binary wheel - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: wheels path: dist diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb1ff86e9beb..9c43ee51c029 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,12 +28,12 @@ jobs: CACHE_DIR: ${{ github.workspace }}/.container-cache steps: - name: "Checking out repository" - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: submodules: true - name: Enable cache - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: ${{ env.CACHE_DIR }} key: build-test-cpp-asserts-manylinux-${{ matrix.torch-version }}-v2-${{ github.sha }} @@ -65,7 +65,7 @@ jobs: bash build_tools/ci/build_posix.sh - name: Save cache - uses: actions/cache/save@v3 + uses: actions/cache/save@v4 if: ${{ !cancelled() }} with: path: ${{ env.CACHE_DIR }} diff --git a/.github/workflows/gh-pages-releases.yml b/.github/workflows/gh-pages-releases.yml index e87630edb28c..942b8527becd 100644 --- a/.github/workflows/gh-pages-releases.yml +++ b/.github/workflows/gh-pages-releases.yml @@ -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.6.0 + uses: ad-m/github-push-action@v0.8.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: github-pages diff --git a/.github/workflows/oneshotSnapshotPackage.yml b/.github/workflows/oneshotSnapshotPackage.yml index 92d732cea3a6..32406bcede39 100644 --- a/.github/workflows/oneshotSnapshotPackage.yml +++ b/.github/workflows/oneshotSnapshotPackage.yml @@ -35,7 +35,7 @@ jobs: git tag "${tag_name}" - name: Pushing changes - uses: ad-m/github-push-action@v0.6.0 + uses: ad-m/github-push-action@v0.8.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@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0 + uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0 with: tag: ${{ env.tag_name }} name: torch-mlir snapshot ${{ env.tag_name }} diff --git a/.github/workflows/releaseSnapshotPackage.yml b/.github/workflows/releaseSnapshotPackage.yml index 7b575764ac8e..026c7680636f 100644 --- a/.github/workflows/releaseSnapshotPackage.yml +++ b/.github/workflows/releaseSnapshotPackage.yml @@ -38,7 +38,7 @@ jobs: git tag "${tag_name}" - name: Pushing changes - uses: ad-m/github-push-action@v0.6.0 + uses: ad-m/github-push-action@v0.8.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@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0 + uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0 with: tag: ${{ env.tag_name }} name: torch-mlir snapshot ${{ env.tag_name }}