From ab55608c46d873e44a91accfacbae4d664b00566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 20:22:53 +0100 Subject: [PATCH] Bump the github-actions group with 8 updates (#3968) --- .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 }}