Skip to content

Commit

Permalink
ci(deps): update actions/checkout action to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 23, 2024
1 parent 414b4fd commit c11f16f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
- name: Build with Gradle
uses: DanySK/build-check-deploy-gradle-action@3.5.11
with:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
cancel-in-progress: true
steps:
- name: Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
- uses: DanySK/build-check-deploy-gradle-action@3.5.11
with:
java-version: ${{ matrix.java-version }}
Expand Down

0 comments on commit c11f16f

Please sign in to comment.