From 6f4042a7f674e891c2c593ee6feac5dade122885 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:08:33 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/api_test.yml | 2 +- .github/workflows/deploy_ghcr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/api_test.yml b/.github/workflows/api_test.yml index 0e6d758..dfb3b85 100644 --- a/.github/workflows/api_test.yml +++ b/.github/workflows/api_test.yml @@ -32,7 +32,7 @@ jobs: 7.0 - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive diff --git a/.github/workflows/deploy_ghcr.yml b/.github/workflows/deploy_ghcr.yml index 0adf8e8..154d9d6 100644 --- a/.github/workflows/deploy_ghcr.yml +++ b/.github/workflows/deploy_ghcr.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get changed files id: changed-files