From b557d477d2fd2637cb940cc7da1481dbfa718e8b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 23 Nov 2025 00:01:22 +0000 Subject: [PATCH] chore(deps): update https://gitea.com/actions/checkout digest to 93cb6ef --- .gitea/workflows/build-nightlly.yml | 6 +++--- .gitea/workflows/check-spell.yml | 2 +- .gitea/workflows/code-build.yml | 8 ++++---- .gitea/workflows/code-check.yml | 2 +- .gitea/workflows/generate-appid.yml | 2 +- .gitea/workflows/renovate.yml | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/build-nightlly.yml b/.gitea/workflows/build-nightlly.yml index 731ccdd..7a29d1b 100644 --- a/.gitea/workflows/build-nightlly.yml +++ b/.gitea/workflows/build-nightlly.yml @@ -12,7 +12,7 @@ jobs: name: Build AppImage runs-on: ubuntu-22.04 steps: - - uses: https://gitea.com/actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: https://gitea.com/actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - name: Install required dependencies run: | @@ -73,7 +73,7 @@ jobs: echo '%_topdir /home/rpmbuild' > /home/rpmbuild/.rpmmacros - name: Checkout repo - uses: https://gitea.com/actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: https://gitea.com/actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - name: Copy fedora.spec run: | @@ -134,7 +134,7 @@ jobs: su user -c "yes '' | makepkg --noconfirm -s -p PKGBUILD-git" - name: Checkout - uses: https://gitea.com/actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: https://gitea.com/actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - name: Upload Arch package uses: https://gitea.com/actions/gitea-upload-artifact@v4 diff --git a/.gitea/workflows/check-spell.yml b/.gitea/workflows/check-spell.yml index 1c0c60c..90b2616 100644 --- a/.gitea/workflows/check-spell.yml +++ b/.gitea/workflows/check-spell.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: https://gitea.com/actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: https://gitea.com/actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - name: Set up Python uses: https://gitea.com/actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6 diff --git a/.gitea/workflows/code-build.yml b/.gitea/workflows/code-build.yml index 2de682e..ff53f76 100644 --- a/.gitea/workflows/code-build.yml +++ b/.gitea/workflows/code-build.yml @@ -18,7 +18,7 @@ jobs: fedora: ${{ steps.check.outputs.fedora }} arch: ${{ steps.check.outputs.arch }} steps: - - uses: https://gitea.com/actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: https://gitea.com/actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 with: fetch-depth: 0 @@ -63,7 +63,7 @@ jobs: needs: changes if: needs.changes.outputs.appimage == 'true' || github.event_name == 'workflow_dispatch' steps: - - uses: https://gitea.com/actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: https://gitea.com/actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - name: Install required dependencies run: | @@ -115,7 +115,7 @@ jobs: echo '%_topdir /home/rpmbuild' > /home/rpmbuild/.rpmmacros - name: Checkout repo - uses: https://gitea.com/actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: https://gitea.com/actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - name: Copy fedora-git.spec run: | @@ -178,7 +178,7 @@ jobs: su user -c "yes '' | makepkg --noconfirm -s -p PKGBUILD-git" - name: Checkout - uses: https://gitea.com/actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: https://gitea.com/actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - name: Upload Arch package uses: https://gitea.com/actions/gitea-upload-artifact@v4 diff --git a/.gitea/workflows/code-check.yml b/.gitea/workflows/code-check.yml index 581a2a6..8be278a 100644 --- a/.gitea/workflows/code-check.yml +++ b/.gitea/workflows/code-check.yml @@ -20,7 +20,7 @@ jobs: name: Check code runs-on: ubuntu-latest steps: - - uses: https://gitea.com/actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: https://gitea.com/actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - name: Set up Node.js uses: https://gitea.com/actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 diff --git a/.gitea/workflows/generate-appid.yml b/.gitea/workflows/generate-appid.yml index bf9f840..f3a4a35 100644 --- a/.gitea/workflows/generate-appid.yml +++ b/.gitea/workflows/generate-appid.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: https://gitea.com/actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: https://gitea.com/actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - name: Set up Python uses: https://gitea.com/actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6 diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 9e27de8..3d8c30e 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest container: ghcr.io/renovatebot/renovate:latest@sha256:17c8966ef38fc361e108a550ffe2dcedf73e846f9975a974aea3d48c66b107a6 steps: - - uses: https://gitea.com/actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: https://gitea.com/actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - name: Set up Node.js uses: https://gitea.com/actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6