From 88b1a0c0b8c74bbfae5af1a6563dd0d6c88dfdb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 21:09:39 +0000 Subject: [PATCH] chore: bump the ci group with 2 updates Bumps the ci group with 2 updates: [actions/deploy-pages](https://github.com/actions/deploy-pages) and [score-spec/setup-score](https://github.com/score-spec/setup-score). Updates `actions/deploy-pages` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/cd2ce8fcbc39b97be8ca5fce6e763baed58fa128...368f82528645a54fb793d4d04e342629a3f51346) Updates `score-spec/setup-score` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/score-spec/setup-score/releases) - [Commits](https://github.com/score-spec/setup-score/compare/888a7deafd396c3f3f05e00d2d9b0ab225799ac0...433682eb89ccac2215d5ea58355c716a5b852e9a) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci - dependency-name: score-spec/setup-score dependency-version: 3.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci ... Signed-off-by: dependabot[bot] --- .github/workflows/hugo.yml | 2 +- .github/workflows/pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index c17c6193..78fe1b81 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -58,4 +58,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0 + uses: actions/deploy-pages@368f82528645a54fb793d4d04e342629a3f51346 # v5.0.1 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 1b97bcba..527a5103 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -23,7 +23,7 @@ jobs: - run: yarn install - run: yarn run hugo - run: yarn run dprint check - - uses: score-spec/setup-score@888a7deafd396c3f3f05e00d2d9b0ab225799ac0 # v3.2.4 + - uses: score-spec/setup-score@433682eb89ccac2215d5ea58355c716a5b852e9a # v3.2.5 with: file: score-compose token: ${{ secrets.GITHUB_TOKEN }}