Skip to content

Commit 3ab265c

Browse files
committed
Update to compile-sketch workflow to actions/checkout@v4
1 parent b1d5127 commit 3ab265c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-sketch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
8787
steps:
8888
- name: Checkout
89-
uses: actions/checkout@v2
89+
uses: actions/checkout@v4
9090

9191
- name: Branch name
9292
run: echo running on branch ${GITHUB_REF##*/}

0 commit comments

Comments
 (0)