Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #175 from ParaskP7/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v4
  • Loading branch information
ParaskP7 committed Sep 5, 2023
2 parents 59cc460 + f7ca2e0 commit 6ffba0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set Up JDK ${{ matrix.version }}
uses: actions/setup-java@v3
with:
Expand All @@ -32,7 +32,7 @@ jobs:
continue-on-error: true
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set Up JDK ${{ matrix.version }}
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set Up JDK ${{ matrix.version }}
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 6ffba0f

Please sign in to comment.