Skip to content

Commit e8f84e1

Browse files
committed
workflow: bump actions/checkout from v2 to v4
1 parent ca437e5 commit e8f84e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010

1111
- name: Build
1212
run: |

0 commit comments

Comments
 (0)