From e850f6c2a534e250c00364f405a7a98e3c28c40d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 23:11:19 +0200 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#4866) --- .github/workflows/desktop-build.yml | 8 ++++---- .github/workflows/desktop-lint.yml | 2 +- .github/workflows/translations.yml | 2 +- .github/workflows/web-build.yml | 2 +- .github/workflows/web-lint.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index ad3f036a..b7e3a074 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -50,7 +50,7 @@ jobs: - name: Checkout if: steps.configure.outputs.tag != null - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -130,7 +130,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get cache timestamp id: cache_timestamp @@ -241,7 +241,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install dependencies using homebrew shell: bash @@ -339,7 +339,7 @@ jobs: uses: microsoft/setup-msbuild@v1 - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive diff --git a/.github/workflows/desktop-lint.yml b/.github/workflows/desktop-lint.yml index a1dce8a2..ea1fdc79 100644 --- a/.github/workflows/desktop-lint.yml +++ b/.github/workflows/desktop-lint.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 20 # should be enough to find merge base diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 68f37361..8410d7de 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install lupdate shell: bash diff --git a/.github/workflows/web-build.yml b/.github/workflows/web-build.yml index a50e90ce..b7bd8d94 100644 --- a/.github/workflows/web-build.yml +++ b/.github/workflows/web-build.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v3 diff --git a/.github/workflows/web-lint.yml b/.github/workflows/web-lint.yml index 0e8fb810..6a6eaa9f 100644 --- a/.github/workflows/web-lint.yml +++ b/.github/workflows/web-lint.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v3