From 99e01f85726584866887aa4edbeb53eadb832455 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 22:30:54 +0200 Subject: [PATCH] [SubMob/BaseMob#32] Update actions/checkout action to v4.1.4 (#143) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mustafa Ozhan --- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7c79c90..98eb166 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Clone Repo - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 - name: Set up JDK 17 uses: actions/setup-java@v4.2.1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b87bc93..ae9d5c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Clone Repo - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 with: fetch-depth: 0