Skip to content

Commit 474a4dd

Browse files
Update GitHub Action Versions
1 parent 9bf92ca commit 474a4dd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/actions-updater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Generate token
1616
id: generate_token
17-
uses: actions/create-github-app-token@v1.5.1
17+
uses: actions/create-github-app-token@v1.6.0
1818
with:
1919
app_id: ${{ secrets.APP_ID }}
2020
private_key: ${{ secrets.APP_PEM }}

.github/workflows/add-to-project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Generate token
1818
id: generate_token
19-
uses: actions/create-github-app-token@v1.5.1
19+
uses: actions/create-github-app-token@v1.6.0
2020
with:
2121
app_id: ${{ secrets.APP_ID }}
2222
private_key: ${{ secrets.APP_PEM }}

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
runs-on: windows-2022
237237
needs: pack
238238
steps:
239-
- uses: Vampire/[email protected].1
239+
- uses: Vampire/[email protected].2
240240
with:
241241
distribution: Ubuntu-18.04
242242

.github/workflows/pr-comment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/[email protected]
4444
## We create an initial comment with some useful help to the user
45-
- uses: actions/github-script@v6.4.1
45+
- uses: actions/github-script@v7.0.1
4646
with:
4747
script: |
4848
const script = require('./.github/scripts/pr-comment.js');
@@ -131,7 +131,7 @@ jobs:
131131
132132
## Append some useful links and tips to the test results posted by
133133
## Publish CT Test Results
134-
- uses: actions/github-script@v6.4.1
134+
- uses: actions/github-script@v7.0.1
135135
if: always()
136136
with:
137137
script: |

0 commit comments

Comments
 (0)