Skip to content

Commit

Permalink
Merge pull request #387 from uPortal-Project/renovate/actions-checkou…
Browse files Browse the repository at this point in the history
…t-4.x

chore(deps): update actions/checkout action to v4
  • Loading branch information
ChristianMurphy authored Oct 28, 2023
2 parents 98ba33d + 4385a04 commit 343b4c7
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 @@ -41,7 +41,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 343b4c7

Please sign in to comment.