Skip to content

Commit 4b47c86

Browse files
Merge pull request #25 from uPortal-Project/renovate/actions-checkout-3.x
chore(deps): update actions/checkout action to v3
2 parents cb3539a + e49a4a0 commit 4b47c86

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
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ${{ matrix.platform }}
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v2
40+
uses: actions/checkout@v3
4141
- name: Set up JDK
4242
uses: actions/setup-java@v2
4343
with:

0 commit comments

Comments
 (0)