[llvm] [Github] Bump old action versions (PR #129833)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 4 22:03:18 PST 2025
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/129833
These two actions are particularly old, and should be updated to the latest version. Doing this in a specific commit to easily roll back if things break and to get as much testing done as possible within the jobs triggered as a part of these changes.
>From 1aa72bd56f8c510082f76c949ac80b275bef1670 Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Wed, 5 Mar 2025 06:02:18 +0000
Subject: [PATCH] [Github] Bump old action versions
These two actions are particularly old, and should be updated to the latest
version. Doing this in a specific commit to easily roll back if things
break and to get as much testing done as possible within the jobs triggered
as a part of these changes.
---
.github/workflows/docs.yml | 2 +-
.github/workflows/issue-write.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 3561344bf87c2..4cf1c356cfe23 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -65,7 +65,7 @@ jobs:
fetch-depth: 1
- name: Get subprojects that have doc changes
id: docs-changed-subprojects
- uses: tj-actions/changed-files at fea790cb660e33aef4bdf07304e28fedd77dfa13 # v39.2.4
+ uses: tj-actions/changed-files at dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 # v45.0.7
with:
files_yaml: |
llvm:
diff --git a/.github/workflows/issue-write.yml b/.github/workflows/issue-write.yml
index 712c7d8268239..e7583fae5e990 100644
--- a/.github/workflows/issue-write.yml
+++ b/.github/workflows/issue-write.yml
@@ -39,7 +39,7 @@ jobs:
- name: 'Comment on PR'
if: steps.download-artifact.outputs.artifact-id != ''
- uses: actions/github-script at ffc2c79a5b2490bd33e0a41c1de74b877714d736 # v3.2.0
+ uses: actions/github-script at 60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
More information about the llvm-commits
mailing list