Skip to content

Commit 8952800

Browse files
Merge pull request #6 from juroteam/renovate/actions-checkout-4.x
chore(deps)[github-actions]: Update actions/checkout action to v4
2 parents 8d1d63f + 8b5eef5 commit 8952800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
version: ${{ steps.set-version.outputs.version }}
1818
steps:
1919
-
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
-
2222
name: Set Version
2323
id: set-version

0 commit comments

Comments
 (0)