Skip to content

Commit 29b881a

Browse files
chore(deps): update actions/checkout action to v4.3.0 (#323)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c37e693 commit 29b881a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4.2.2
14+
uses: actions/checkout@v4.3.0
1515
- name: Setup JDK8 and Maven
1616
uses: actions/setup-java@v4
1717
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4.2.2
22+
uses: actions/checkout@v4.3.0
2323
if: ${{ matrix.compiler-version <= matrix.java-version && (matrix.java-version < 14 || matrix.compiler-version >= 7) && (matrix.java-version < 11 || matrix.compiler-version >= 6) }}
2424

2525
- name: Setup JDK${{ matrix.java-version }}

0 commit comments

Comments
 (0)