Skip to content

[Github] Bump old action versions #129833

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

boomanaiden154
Copy link
Contributor

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.

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.
@llvmbot
Copy link
Member

llvmbot commented Mar 5, 2025

@llvm/pr-subscribers-github-workflow

Author: Aiden Grossman (boomanaiden154)

Changes

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 --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@fea790cb660e33aef4bdf07304e28fedd77dfa13 # v39.2.4
+        uses: tj-actions/changed-files@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@ffc2c79a5b2490bd33e0a41c1de74b877714d736 # v3.2.0
+        uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
         with:
           github-token: ${{ secrets.GITHUB_TOKEN }}
           script: |

@boomanaiden154
Copy link
Contributor Author

Yeah, I looked through all the breaking versions and didn't see anything significant/relevant, which is why I'm comfortable bumping these.

@boomanaiden154 boomanaiden154 merged commit 74df203 into llvm:main Mar 5, 2025
12 checks passed
@boomanaiden154 boomanaiden154 deleted the bump-docs-issue-write branch March 5, 2025 17:20
jph-13 pushed a commit to jph-13/llvm-project that referenced this pull request Mar 21, 2025
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants