|
69 | 69 | token: ${{ secrets.WORKFLOW_SECRET }} |
70 | 70 |
|
71 | 71 | - name: Run GitHub Actions Version Updater |
72 | | - uses: saadmk11/github-actions-version-updater@v0.7.4 |
| 72 | + uses: saadmk11/github-actions-version-updater@v0.8.0 |
73 | 73 | with: |
74 | 74 | # [Required] Access token with `workflow` scope. |
75 | 75 | token: ${{ secrets.WORKFLOW_SECRET }} |
@@ -120,7 +120,7 @@ jobs: |
120 | 120 | token: ${{ secrets.WORKFLOW_SECRET }} |
121 | 121 |
|
122 | 122 | - name: Run GitHub Actions Version Updater |
123 | | - uses: saadmk11/github-actions-version-updater@v0.7.4 |
| 123 | + uses: saadmk11/github-actions-version-updater@v0.8.0 |
124 | 124 | with: |
125 | 125 | # [Required] Access token with `workflow` scope. |
126 | 126 | token: ${{ secrets.WORKFLOW_SECRET }} |
@@ -194,7 +194,7 @@ jobs: |
194 | 194 | rm .git/hooks/pre-push |
195 | 195 |
|
196 | 196 | - name: Run GitHub Actions Version Updater |
197 | | - uses: saadmk11/github-actions-version-updater@v0.7.4 |
| 197 | + uses: saadmk11/github-actions-version-updater@v0.8.0 |
198 | 198 | with: |
199 | 199 | # ... |
200 | 200 | ``` |
@@ -229,7 +229,7 @@ jobs: |
229 | 229 | token: ${{ secrets.WORKFLOW_SECRET }} |
230 | 230 |
|
231 | 231 | - name: Run GitHub Actions Version Updater |
232 | | - uses: saadmk11/github-actions-version-updater@v0.7.4 |
| 232 | + uses: saadmk11/github-actions-version-updater@v0.8.0 |
233 | 233 | # Required to get the PR number |
234 | 234 | id: gha-update |
235 | 235 | with: |
|
0 commit comments