diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 2ed2cfb..608f66d 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -18,7 +18,7 @@ jobs: distribution: 'oracle' java-version: '17' - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Validate Gradle Wrapper uses: gradle/wrapper-validation-action@v1 - name: Setup Gradle and execute check task diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c945cb2..5ae43f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: distribution: 'oracle' java-version: '17' - name: Checkout repository at ${{ github.event.inputs.commit }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.inputs.commit }} - name: Validate Gradle Wrapper