Skip to content

Commit 7ef2f48

Browse files
Update actions/checkout action to v6
1 parent 5a92508 commit 7ef2f48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131

3232
steps:
3333
- name: Checkout ${{inputs.repository}}
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v6
3535
with:
3636
ref: ${{inputs.branch}}
3737
submodules: recursive
3838
repository: ${{inputs.repository}}
3939

4040
- name: Clone screenshot repo
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v6
4242
with:
4343
ref: ${{inputs.branch}}
4444
path: 'screenshot-repo'

0 commit comments

Comments
 (0)