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

Commit 6ffba0f

Browse files
authored
Merge pull request #175 from ParaskP7/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents 59cc460 + f7ca2e0 commit 6ffba0f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/github-actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
- name: Set Up JDK ${{ matrix.version }}
1616
uses: actions/setup-java@v3
1717
with:
@@ -32,7 +32,7 @@ jobs:
3232
continue-on-error: true
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636
- name: Set Up JDK ${{ matrix.version }}
3737
uses: actions/setup-java@v3
3838
with:
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: macos-latest
6969
steps:
7070
- name: Checkout
71-
uses: actions/checkout@v3
71+
uses: actions/checkout@v4
7272
- name: Set Up JDK ${{ matrix.version }}
7373
uses: actions/setup-java@v3
7474
with:

0 commit comments

Comments
 (0)