We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec83fd9 + 74df203 commit 1a16f43Copy full SHA for 1a16f43
.github/workflows/docs.yml
@@ -65,7 +65,7 @@ jobs:
65
fetch-depth: 1
66
- name: Get subprojects that have doc changes
67
id: docs-changed-subprojects
68
- uses: tj-actions/changed-files@fea790cb660e33aef4bdf07304e28fedd77dfa13 # v39.2.4
+ uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 # v45.0.7
69
with:
70
files_yaml: |
71
llvm:
.github/workflows/issue-write.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: 'Comment on PR'
41
if: steps.download-artifact.outputs.artifact-id != ''
42
- uses: actions/github-script@ffc2c79a5b2490bd33e0a41c1de74b877714d736 # v3.2.0
+ uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
43
44
github-token: ${{ secrets.GITHUB_TOKEN }}
45
script: |
0 commit comments