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