Skip to content

Commit c36ce98

Browse files
Bump actions/checkout from 1 to 6 in the github-actions group (#34)
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 1 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v1...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ae2389 commit c36ce98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/PublishDocumentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
deploy_docs:
99
runs-on: macOS-latest
1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v6
1212
- name: Publish Jazzy Docs
1313
uses: steven0351/publish-jazzy-docs@v1.1.2
1414
with:

0 commit comments

Comments
 (0)