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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-07-07 15:59:53 +03:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 7f6a122816
commit 51fcd94a61
4 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -37,7 +37,7 @@ jobs:
pkg-config pkg-config
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v7
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -139,7 +139,7 @@ jobs:
contents: write contents: write
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v7
- name: Setup GPG - name: Setup GPG
id: gpg id: gpg
@@ -156,7 +156,7 @@ jobs:
merge-multiple: true merge-multiple: true
- name: Checkout existing gh-pages - name: Checkout existing gh-pages
uses: actions/checkout@v4 uses: actions/checkout@v7
with: with:
ref: gh-pages ref: gh-pages
path: gh-pages-branch path: gh-pages-branch
@@ -225,7 +225,7 @@ jobs:
options: --privileged options: --privileged
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v7
- name: Build Flatpak - name: Build Flatpak
uses: flatpak/flatpak-github-actions/flatpak-builder@v6 uses: flatpak/flatpak-github-actions/flatpak-builder@v6
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
contents: write # Needed to push back to the branch contents: write # Needed to push back to the branch
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v7
with: with:
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}
+2 -2
View File
@@ -40,7 +40,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v7
with: with:
ref: ${{ inputs.tag_name || github.ref }} ref: ${{ inputs.tag_name || github.ref }}
@@ -103,7 +103,7 @@ jobs:
pattern: ru.arabianq.pwsp-* pattern: ru.arabianq.pwsp-*
- name: Checkout existing gh-pages - name: Checkout existing gh-pages
uses: actions/checkout@v4 uses: actions/checkout@v7
with: with:
ref: gh-pages ref: gh-pages
path: gh-pages-branch path: gh-pages-branch
+3 -3
View File
@@ -74,7 +74,7 @@ jobs:
pkg-config pkg-config
- name: Checkout code at tag - name: Checkout code at tag
uses: actions/checkout@v4 uses: actions/checkout@v7
with: with:
ref: ${{ needs.prepare.outputs.tag }} ref: ${{ needs.prepare.outputs.tag }}
fetch-depth: 0 fetch-depth: 0
@@ -196,7 +196,7 @@ jobs:
contents: write contents: write
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v7
- name: Setup GPG - name: Setup GPG
id: gpg id: gpg
@@ -213,7 +213,7 @@ jobs:
merge-multiple: true merge-multiple: true
- name: Checkout existing gh-pages - name: Checkout existing gh-pages
uses: actions/checkout@v4 uses: actions/checkout@v7
with: with:
ref: gh-pages ref: gh-pages
path: gh-pages-branch path: gh-pages-branch