Skip to content

Commit 64b7712

Browse files
Update actions/checkout action to v4
1 parent d419017 commit 64b7712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
apt-get update
2525
apt-get install -y unzip
2626
flutter upgrade
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
2828
with:
2929
fetch-depth: 0
3030
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*

0 commit comments

Comments
 (0)