From 68f17584764fe6d50c976af99930ef0b3c5fabd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 22:53:45 +0000 Subject: [PATCH] deps: bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 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/v6...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] --- .github/workflows/aur-deploy.yml | 2 +- .github/workflows/auto-release.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/aur-deploy.yml b/.github/workflows/aur-deploy.yml index 1a4e080..da339be 100644 --- a/.github/workflows/aur-deploy.yml +++ b/.github/workflows/aur-deploy.yml @@ -16,7 +16,7 @@ jobs: name: Publish intel-amt-activate to AUR runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ inputs.version && format('v{0}', inputs.version) || github.ref }} diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index bd9b732..23a426d 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -16,7 +16,7 @@ jobs: if: "github.actor != '88plug-bot' && !contains(github.event.head_commit.message, '[skip release]')" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea2d5ab..1a02e2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: name: Shellcheck activation script runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Lint scripts uses: ludeeus/action-shellcheck@master with: @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest container: archlinux:latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install lint tools run: pacman -Sy --noconfirm namcap base-devel