Skip to content

Commit ab55608

Browse files
Bump the github-actions group with 8 updates (#3968)
1 parent b17cf23 commit ab55608

7 files changed

+18
-18
lines changed

.github/workflows/RollPyTorch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
git pull origin main
128128
129129
- name: Create pull request
130-
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
130+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
131131
with:
132132
author: Roll PyTorch Action <[email protected]>
133133
branch: rollpytorch

.github/workflows/bazelBuildAndTest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
103103
- name: Send mail
104104
if: failure()
105-
uses: dawidd6/action-send-mail@2cea9617b09d79a095af21254fbcb7ae95903dde # v3.12.0
105+
uses: dawidd6/action-send-mail@611879133a9569642c41be66f4a323286e9b8a3b # v4
106106
with:
107107
server_address: ${{ secrets.SMTP_SERVER }}
108108
server_port: ${{ secrets.SMTP_PORT }}

.github/workflows/buildRelease.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Upload Release Assets (if requested)
4949
if: github.event.inputs.release_id != ''
5050
id: upload-release-assets
51-
uses: dwenegar/upload-release-assets@v1
51+
uses: dwenegar/upload-release-assets@v3
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.WORKFLOW_INVOCATION_TOKEN }}
5454
with:
@@ -75,7 +75,7 @@ jobs:
7575
#
7676
# See https://github.com/pypa/gh-action-pypi-publish/discussions/15
7777
- name: Store the binary wheel
78-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
78+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
7979
with:
8080
name: wheels
8181
path: dist
@@ -116,7 +116,7 @@ jobs:
116116
- name: Upload Release Assets (if requested)
117117
if: github.event.inputs.release_id != ''
118118
id: upload-release-assets
119-
uses: dwenegar/upload-release-assets@v1
119+
uses: dwenegar/upload-release-assets@v3
120120
env:
121121
GITHUB_TOKEN: ${{ secrets.WORKFLOW_INVOCATION_TOKEN }}
122122
with:
@@ -143,7 +143,7 @@ jobs:
143143
#
144144
# See https://github.com/pypa/gh-action-pypi-publish/discussions/15
145145
- name: Store the binary wheel
146-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
146+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
147147
with:
148148
name: wheels
149149
path: dist
@@ -176,7 +176,7 @@ jobs:
176176
- name: Upload Release Assets (if requested)
177177
if: github.event.inputs.release_id != ''
178178
id: upload-release-assets
179-
uses: dwenegar/upload-release-assets@v1
179+
uses: dwenegar/upload-release-assets@v3
180180
env:
181181
GITHUB_TOKEN: ${{ secrets.WORKFLOW_INVOCATION_TOKEN }}
182182
with:
@@ -203,7 +203,7 @@ jobs:
203203
#
204204
# See https://github.com/pypa/gh-action-pypi-publish/discussions/15
205205
- name: Store the binary wheel
206-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
206+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
207207
with:
208208
name: wheels
209209
path: dist
@@ -239,7 +239,7 @@ jobs:
239239
- name: Upload Release Assets (if requested)
240240
if: github.event.inputs.release_id != ''
241241
id: upload-release-assets
242-
uses: dwenegar/upload-release-assets@v1
242+
uses: dwenegar/upload-release-assets@v3
243243
env:
244244
GITHUB_TOKEN: ${{ secrets.WORKFLOW_INVOCATION_TOKEN }}
245245
with:
@@ -267,7 +267,7 @@ jobs:
267267
#
268268
# See https://github.com/pypa/gh-action-pypi-publish/discussions/15
269269
- name: Store the binary wheel
270-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
270+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
271271
with:
272272
name: wheels
273273
path: dist

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
CACHE_DIR: ${{ github.workspace }}/.container-cache
2929
steps:
3030
- name: "Checking out repository"
31-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
31+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3232
with:
3333
submodules: true
3434

3535
- name: Enable cache
36-
uses: actions/cache/restore@v3
36+
uses: actions/cache/restore@v4
3737
with:
3838
path: ${{ env.CACHE_DIR }}
3939
key: build-test-cpp-asserts-manylinux-${{ matrix.torch-version }}-v2-${{ github.sha }}
@@ -65,7 +65,7 @@ jobs:
6565
bash build_tools/ci/build_posix.sh
6666
6767
- name: Save cache
68-
uses: actions/cache/save@v3
68+
uses: actions/cache/save@v4
6969
if: ${{ !cancelled() }}
7070
with:
7171
path: ${{ env.CACHE_DIR }}

.github/workflows/gh-pages-releases.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- run: git diff --cached --exit-code || git commit -m "Update releases."
3838

3939
- name: GitHub Push
40-
uses: ad-m/github-push-action@v0.6.0
40+
uses: ad-m/github-push-action@v0.8.0
4141
with:
4242
github_token: ${{ secrets.GITHUB_TOKEN }}
4343
branch: github-pages

.github/workflows/oneshotSnapshotPackage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ jobs:
3535
git tag "${tag_name}"
3636
3737
- name: Pushing changes
38-
uses: ad-m/github-push-action@v0.6.0
38+
uses: ad-m/github-push-action@v0.8.0
3939
with:
4040
github_token: ${{ secrets.WORKFLOW_INVOCATION_TOKEN }}
4141
branch: ${{ github.ref_name }}
4242
tags: true
4343

4444
- name: Create Release
4545
id: create_release
46-
uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0
46+
uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0
4747
with:
4848
tag: ${{ env.tag_name }}
4949
name: torch-mlir snapshot ${{ env.tag_name }}

.github/workflows/releaseSnapshotPackage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ jobs:
3838
git tag "${tag_name}"
3939
4040
- name: Pushing changes
41-
uses: ad-m/github-push-action@v0.6.0
41+
uses: ad-m/github-push-action@v0.8.0
4242
with:
4343
github_token: ${{ secrets.WORKFLOW_INVOCATION_TOKEN }}
4444
branch: main
4545
tags: true
4646

4747
- name: Create Release
4848
id: create_release
49-
uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0
49+
uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0
5050
with:
5151
tag: ${{ env.tag_name }}
5252
name: torch-mlir snapshot ${{ env.tag_name }}

0 commit comments

Comments
 (0)