[llvm] [Github] Bump old action versions (PR #129833)

via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 4 22:03:53 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-github-workflow

Author: Aiden Grossman (boomanaiden154)

<details>
<summary>Changes</summary>

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.

---
Full diff: https://github.com/llvm/llvm-project/pull/129833.diff


2 Files Affected:

- (modified) .github/workflows/docs.yml (+1-1) 
- (modified) .github/workflows/issue-write.yml (+1-1) 


``````````diff
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: |

``````````

</details>


https://github.com/llvm/llvm-project/pull/129833


More information about the llvm-commits mailing list