From c6bba4cd0a1f1f6bcfaaa337a52ffe9102ca2ef9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 13:05:39 +0000 Subject: [PATCH] Bump awalsh128/cache-apt-pkgs-action from 1.6.0 to 1.6.2 Bumps [awalsh128/cache-apt-pkgs-action](https://github.com/awalsh128/cache-apt-pkgs-action) from 1.6.0 to 1.6.2. - [Release notes](https://github.com/awalsh128/cache-apt-pkgs-action/releases) - [Commits](https://github.com/awalsh128/cache-apt-pkgs-action/compare/acb598e5ddbc6f68a970c5da0688d2f3a9f04d05...5513791f75b039e2a79653b1a92238d3fb8d99b4) --- updated-dependencies: - dependency-name: awalsh128/cache-apt-pkgs-action dependency-version: 1.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/linters.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index 7f6027b..6d62fed 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -66,7 +66,7 @@ jobs: name: Checkout # Install asciidoctor for linting .adoc files. - name: Install asciidoctor - uses: awalsh128/cache-apt-pkgs-action@acb598e5ddbc6f68a970c5da0688d2f3a9f04d05 # v1.6.0 + uses: awalsh128/cache-apt-pkgs-action@5513791f75b039e2a79653b1a92238d3fb8d99b4 # v1.6.2 with: packages: asciidoctor # Run the custom AsciiDoc linter script.