From e2295c5226c80f25d7a40a6f47ea60fb3d282893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 11:17:20 +0000 Subject: [PATCH] Bump awalsh128/cache-apt-pkgs-action Bumps the minor-actions-dependencies group with 1 update in the / directory: [awalsh128/cache-apt-pkgs-action](https://github.com/awalsh128/cache-apt-pkgs-action). Updates `awalsh128/cache-apt-pkgs-action` from 1.6.1 to 1.6.3 - [Release notes](https://github.com/awalsh128/cache-apt-pkgs-action/releases) - [Commits](https://github.com/awalsh128/cache-apt-pkgs-action/compare/v1.6.1...v1.6.3) --- updated-dependencies: - dependency-name: awalsh128/cache-apt-pkgs-action dependency-version: 1.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ii_wrapper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ii_wrapper.yml b/.github/workflows/ii_wrapper.yml index 89e17b9..1dbbd9d 100644 --- a/.github/workflows/ii_wrapper.yml +++ b/.github/workflows/ii_wrapper.yml @@ -11,7 +11,7 @@ jobs: - name: Git checkout uses: actions/checkout@v7 - name: Install linters - uses: awalsh128/cache-apt-pkgs-action@v1.6.1 + uses: awalsh128/cache-apt-pkgs-action@v1.6.3 with: packages: devscripts shellcheck - name: Run checkbashisms