From 51fcd94a61733086325358170b49b35d21132896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 15:59:53 +0300 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 7 (#155) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 8 ++++---- .github/workflows/dependabot-flatpak.yml | 2 +- .github/workflows/flatter.yml | 4 ++-- .github/workflows/release.yml | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c6b5d9..c9fdb3a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: pkg-config - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -139,7 +139,7 @@ jobs: contents: write steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Setup GPG id: gpg @@ -156,7 +156,7 @@ jobs: merge-multiple: true - name: Checkout existing gh-pages - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: gh-pages path: gh-pages-branch @@ -225,7 +225,7 @@ jobs: options: --privileged steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Build Flatpak uses: flatpak/flatpak-github-actions/flatpak-builder@v6 diff --git a/.github/workflows/dependabot-flatpak.yml b/.github/workflows/dependabot-flatpak.yml index 7c79c68..7cc533b 100644 --- a/.github/workflows/dependabot-flatpak.yml +++ b/.github/workflows/dependabot-flatpak.yml @@ -14,7 +14,7 @@ jobs: contents: write # Needed to push back to the branch steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: ${{ github.head_ref }} diff --git a/.github/workflows/flatter.yml b/.github/workflows/flatter.yml index a711ae5..c37dff1 100644 --- a/.github/workflows/flatter.yml +++ b/.github/workflows/flatter.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: ${{ inputs.tag_name || github.ref }} @@ -103,7 +103,7 @@ jobs: pattern: ru.arabianq.pwsp-* - name: Checkout existing gh-pages - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: gh-pages path: gh-pages-branch diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05c7146..52a7287 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: pkg-config - name: Checkout code at tag - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: ${{ needs.prepare.outputs.tag }} fetch-depth: 0 @@ -196,7 +196,7 @@ jobs: contents: write steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Setup GPG id: gpg @@ -213,7 +213,7 @@ jobs: merge-multiple: true - name: Checkout existing gh-pages - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: gh-pages path: gh-pages-branch