Skip to content

Commit d30c655

Browse files
authored
ci: upgrade actions/checkout from v2 to v4 in package.yml (#29)
Signed-off-by: yuriyryabikov <22548029+kurok@users.noreply.github.com>
1 parent 8966982 commit d30c655

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1515
with:
1616
ref: main
1717
- name: Install packages

0 commit comments

Comments
 (0)