Skip to content

Commit e3f9eb9

Browse files
Bump the github-actions group across 1 directory with 2 updates (#18)
Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [ncipollo/release-action](https://github.com/ncipollo/release-action). Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0236f71 commit e3f9eb9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/buildReleaseAndPublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout torch-mlir
33-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3434
with:
3535
repository: llvm/torch-mlir
3636
ref: refs/heads/main
@@ -60,7 +60,7 @@ jobs:
6060
path: dist
6161

6262
- name: Release python wheels
63-
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v.1.16.0
63+
uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v.1.18.0
6464
with:
6565
artifacts: dist/*.whl
6666
token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/buildReleaseAndPublishWindows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout torch-mlir
38-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3939
with:
4040
repository: llvm/torch-mlir
4141
ref: refs/heads/main
@@ -69,7 +69,7 @@ jobs:
6969
path: dist
7070

7171
- name: Release python wheels
72-
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0
72+
uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18.0
7373
with:
7474
artifacts: dist/*.whl
7575
token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)