Skip to content

Commit 22a84a7

Browse files
committed
Use actions/*@main
1 parent 56ed038 commit 22a84a7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Checkout Repo
6363
uses: actions/checkout@main
6464
- name: Set up Node (20)
65-
uses: actions/setup-node@master
65+
uses: actions/setup-node@main
6666
with:
6767
node-version: 20.x
6868
- name: install Chrome stable

.github/workflows/release-log.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@main
3030

3131
- name: Setup Node.js 20.x
32-
uses: actions/setup-node@master
32+
uses: actions/setup-node@main
3333
with:
3434
node-version: 20.x
3535

.github/workflows/release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434

3535
- name: Setup Node.js 20.x
36-
uses: actions/setup-node@master
36+
uses: actions/setup-node@main
3737
with:
3838
node-version: 20.x
3939

.github/workflows/release-tweet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Checkout Repo
3636
uses: actions/checkout@main
3737
- name: Setup Node.js 20.x
38-
uses: actions/setup-node@master
38+
uses: actions/setup-node@main
3939
with:
4040
node-version: 20.x
4141
- name: Poll release notes page on devsite

0 commit comments

Comments
 (0)