Skip to content

Commit 0d95975

Browse files
Bump the ci-dependencies group with 2 updates (#88)
Bumps the ci-dependencies group with 2 updates: [biomejs/setup-biome](https://github.com/biomejs/setup-biome) and [actions/deploy-pages](https://github.com/actions/deploy-pages). Updates `biomejs/setup-biome` from 2.7.0 to 2.7.1 - [Release notes](https://github.com/biomejs/setup-biome/releases) - [Commits](biomejs/setup-biome@29711cb...4c91541) Updates `actions/deploy-pages` from 4.0.5 to 5.0.0 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@d6db901...cd2ce8f) --- updated-dependencies: - dependency-name: biomejs/setup-biome dependency-version: 2.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies - dependency-name: actions/deploy-pages dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cf58da6 commit 0d95975

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/biome.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
persist-credentials: false
2020

2121
- name: Setup Biome
22-
uses: biomejs/setup-biome@29711cbb52afee00eb13aeb30636592f9edc0088 # v2.7.0
22+
uses: biomejs/setup-biome@4c91541eaada48f67d7dbd7833600ce162b68f51 # v2.7.1
2323

2424
- name: Run Biome
2525
run: biome ci . --reporter=github

.github/workflows/site-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
steps:
3737
- name: Deploy to GitHub Pages
3838
id: deployment
39-
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
39+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0

0 commit comments

Comments
 (0)