Skip to content

Commit 9aa34eb

Browse files
Bump the ci-dependencies group with 2 updates (#46)
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.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) Updates `withastro/action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/withastro/action/releases) - [Commits](withastro/action@063f85a...77fad83) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: withastro/action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor 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 eac5189 commit 9aa34eb

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
@@ -14,12 +14,12 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: "Checkout repository"
17-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1818
with:
1919
fetch-depth: 0
2020

2121
- name: "Install, build, and upload your site"
22-
uses: withastro/action@063f85a3c9fc861a0a5e5a956225d9031177eff9 # v4.0.0
22+
uses: withastro/action@77fad83745446cf039d76af7037b782f1af80749 # v4.1.0
2323

2424
deploy:
2525
if: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)