From 8f3ce7d5807fde3353941deb04661419941eaa2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 22:03:35 +0000 Subject: [PATCH] Bump actions/checkout from 5.0.1 to 6.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.1. - [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/93cb6efe18208431cddfb8368fd83d5badbf9bfd...8e8c483db84b4bee98b60c0593521ed34d9990e8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- .github/workflows/check_up_to_date.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5df28b59..8e057fef 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,5 +12,5 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - run: ./bots/run.sh diff --git a/.github/workflows/check_up_to_date.yaml b/.github/workflows/check_up_to_date.yaml index b1be2b6a..e65cbde3 100644 --- a/.github/workflows/check_up_to_date.yaml +++ b/.github/workflows/check_up_to_date.yaml @@ -10,5 +10,5 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - run: ./bots/check_up_to_date.sh