From 35d2c95937a0c56f82ba1b2d68d2165462ab0079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:24:55 +0200 Subject: [PATCH] Bump actions/checkout from 4.1.6 to 4.1.7 (#111) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.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/v4.1.6...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/hugo-deploy.yml | 2 +- .github/workflows/issue-to-page.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hugo-deploy.yml b/.github/workflows/hugo-deploy.yml index bebe2d4..c14045d 100644 --- a/.github/workflows/hugo-deploy.yml +++ b/.github/workflows/hugo-deploy.yml @@ -10,7 +10,7 @@ jobs: if: github.repository_owner == 'brainhackorg' runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod diff --git a/.github/workflows/issue-to-page.yml b/.github/workflows/issue-to-page.yml index 0635e2e..1aec984 100644 --- a/.github/workflows/issue-to-page.yml +++ b/.github/workflows/issue-to-page.yml @@ -9,7 +9,7 @@ jobs: if: github.repository_owner == 'brainhackorg' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - name: Set up Python uses: actions/setup-python@v5 with: