Skip to content

Commit 056c6e9

Browse files
author
Miqueas
committed
Updated checkout action to v4 for Github Actions
1 parent bad3177 commit 056c6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Clone repository
9-
uses: actions/checkout@v2
9+
uses: actions/checkout@v4
1010

1111
- name: Update packages
1212
run: |

0 commit comments

Comments
 (0)