From 57aa5111c2167de3fa1f226e413d8219a53dbc61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 06:42:19 +0000 Subject: [PATCH] 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/algolia-search.yml | 2 +- .github/workflows/build-chulapa-gh-pages.yml | 2 +- .github/workflows/profile.yml | 2 +- .github/workflows/push_to_branch.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/algolia-search.yml b/.github/workflows/algolia-search.yml index b00e905d..7bd913ac 100644 --- a/.github/workflows/algolia-search.yml +++ b/.github/workflows/algolia-search.yml @@ -12,7 +12,7 @@ jobs: env: JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Algolia Jekyll Action uses: dieghernan/algolia-jekyll-action@dev with: diff --git a/.github/workflows/build-chulapa-gh-pages.yml b/.github/workflows/build-chulapa-gh-pages.yml index cdab2d15..af7ec56a 100644 --- a/.github/workflows/build-chulapa-gh-pages.yml +++ b/.github/workflows/build-chulapa-gh-pages.yml @@ -35,7 +35,7 @@ jobs: JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to work out-of-the-box with jekyll-github-metadata steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Ruby # https://github.com/ruby/setup-ruby/releases/tag/v1.207.0 uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/profile.yml b/.github/workflows/profile.yml index 0cbb60d8..91da5aa9 100644 --- a/.github/workflows/profile.yml +++ b/.github/workflows/profile.yml @@ -12,7 +12,7 @@ jobs: env: JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ruby/setup-ruby@v1 with: bundler-cache: true diff --git a/.github/workflows/push_to_branch.yml b/.github/workflows/push_to_branch.yml index 195270a2..7d215621 100644 --- a/.github/workflows/push_to_branch.yml +++ b/.github/workflows/push_to_branch.yml @@ -29,7 +29,7 @@ jobs: JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to work out-of-the-box with jekyll-github-metadata steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Ruby # https://github.com/ruby/setup-ruby/releases/tag/v1.207.0 uses: ruby/setup-ruby@v1