From 7c8b746c63e7e236ea2073412022f38d7925dd77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 19:19:32 +0200 Subject: [PATCH] [SubMob/BaseMob#32] Dependency update actions/checkout action to v4.1.1 (#83) 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 67b6e2c..043d48c 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.0 + uses: actions/checkout@v4.1.1 - name: Set up JDK 17 uses: actions/setup-java@v3.13.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0fd1e3a..84fbdb0 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.0 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0