Skip to content

Commit 46abea0

Browse files
Merge pull request #220 from uPortal-Project/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents 57a00b8 + 057787d commit 46abea0

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
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ${{ matrix.platform }}
4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@v3
44+
uses: actions/checkout@v4
4545
- name: Set up JDK
4646
uses: actions/setup-java@v3
4747
with:

0 commit comments

Comments
 (0)