From 44a338cceb9d0d1750e1b71ec2ec6325468aedbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 01:13:22 +0000 Subject: [PATCH] Bump actions/checkout from 3.6.0 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 6.0.2. - [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/f43a0e5ff2bd294095638e18286ca9a3d1956744...de0fac2e4500dabe0009e67214ff5f5447ce83dd) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f55bbbf..dab0b46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Install software run: sudo apt update && sudo apt -y install gawk bats diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 1dd116f..f1eb1ca 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout PR - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Install software run: sudo apt update && sudo apt -y install gawk bats