Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #65 from uPortal-Project/renovate/actions-checkout…
Browse files Browse the repository at this point in the history
…-3.x

chore(deps): update actions/checkout action to v3
  • Loading branch information
ChristianMurphy authored May 23, 2022
2 parents 709061e + 4717284 commit 6858d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v2
with:
Expand Down

0 comments on commit 6858d60

Please sign in to comment.