Skip to content

Commit 61a2baf

Browse files
authored
Merge pull request #50 from projectsveltos/renovate/actions-checkout-4.x
Update actions/checkout action to v4.2.2
2 parents d480924 + a3bca6e commit 61a2baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: checkout
17-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
17+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818

1919
- name: Install dependencies
2020
run: npm install

0 commit comments

Comments
 (0)