From 002ef2b85201145466bf1aea08dcdf2d25cb87cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 19:43:18 +0000 Subject: [PATCH] Update actions/checkout action to v4.1.7 --- .github/workflows/ci.yml | 2 +- .github/workflows/crowdin-ci.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/translations.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e33943af..47e7d8aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: show-progress: false diff --git a/.github/workflows/crowdin-ci.yml b/.github/workflows/crowdin-ci.yml index 0d9086bf..00722f1b 100644 --- a/.github/workflows/crowdin-ci.yml +++ b/.github/workflows/crowdin-ci.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: show-progress: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ffff818b..89bfa631 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: show-progress: false token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 5c7c0350..62c23581 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: show-progress: false token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }}