Skip to content

Commit 0390aaa

Browse files
chore(deps): update actions/checkout action to v4
1 parent a777be1 commit 0390aaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wiby.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6868

6969
- name: Checkout PR Branch
70-
uses: actions/checkout@v2
70+
uses: actions/checkout@v4
7171
with:
7272
token: ${{ secrets.GITHUB_TOKEN }}
7373
repository: ${{ github.event.repository.full_name }}
@@ -142,7 +142,7 @@ jobs:
142142
steps:
143143

144144
- name: Checkout PR Branch
145-
uses: actions/checkout@v2
145+
uses: actions/checkout@v4
146146
with:
147147
token: ${{ secrets.GITHUB_TOKEN }}
148148
repository: ${{ github.event.repository.full_name }}

0 commit comments

Comments
 (0)