Skip to content

Commit 0c33962

Browse files
Bump the ci-dependencies group with 2 updates (#26)
Bumps the ci-dependencies group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [withastro/action](https://github.com/withastro/action). Updates `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](actions/checkout@a5ac7e5...692973e) Updates `withastro/action` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/withastro/action/releases) - [Commits](withastro/action@acfe56d...877fd7e) --- 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9536cde commit 0c33962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/site-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: "Checkout repository"
14-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
14+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1515
with:
1616
fetch-depth: 0
1717

1818
- name: "Install, build, and upload your site"
19-
uses: withastro/action@acfe56dffc635abfb9506c77d51ce097030360d1 # v2.0.0
19+
uses: withastro/action@877fd7e5cf5dc5d213f6701c790972aa25452ad3 # v2.0.1
2020

2121
deploy:
2222
if: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)