From c5b8068492c80379ea8f93968324db22b0ec638b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 01:48:15 +0000 Subject: [PATCH] Bump the ci-dependencies group across 1 directory with 2 updates Bumps the ci-dependencies group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [withastro/action](https://github.com/withastro/action). Updates `actions/checkout` from 4.1.2 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/9bb56186c3b09b4f86b1c65136769dd318469633...692973e3d937129bcbf40652eb9f2f61becf3332) Updates `withastro/action` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/withastro/action/releases) - [Commits](https://github.com/withastro/action/compare/acfe56dffc635abfb9506c77d51ce097030360d1...877fd7e5cf5dc5d213f6701c790972aa25452ad3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies - dependency-name: withastro/action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/site-from-template.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/site-from-template.yaml b/.github/workflows/site-from-template.yaml index af2201b..adf144e 100644 --- a/.github/workflows/site-from-template.yaml +++ b/.github/workflows/site-from-template.yaml @@ -14,12 +14,12 @@ jobs: allow-prereleases: true - name: "Checkout template" - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: repository: "letsbuildawiki/template" - name: "Checkout content" - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: path: content_repo fetch-depth: 0 @@ -37,7 +37,7 @@ jobs: run: python init_template.py - name: "Install, build, and upload your site" - uses: withastro/action@acfe56dffc635abfb9506c77d51ce097030360d1 # v0.3.0 + uses: withastro/action@877fd7e5cf5dc5d213f6701c790972aa25452ad3 # v0.3.0 deploy: if: ${{ github.ref == 'refs/heads/main' }}