Skip to content

Commit fa5ddca

Browse files
Bump actions/checkout from 6 to 7 in the dependencies group (#49)
Bumps the dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2d3c938 commit fa5ddca

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-deploy-docs-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
env: { AWS_PAGER: '' }
4949
steps:
5050
- name: Check out docc-render fork
51-
uses: actions/checkout@v6
51+
uses: actions/checkout@v7
5252
with:
5353
repository: vapor/swift-docc-render
5454
path: swift-docc-render
@@ -60,7 +60,7 @@ jobs:
6060
working-directory: swift-docc-render
6161
run: npm ci && npm run build
6262
- name: Check out repo to build docs for
63-
uses: actions/checkout@v6
63+
uses: actions/checkout@v7
6464
with:
6565
repository: ${{ inputs.repository || github.repository }}
6666
path: build-repo

.github/workflows/deploy-api-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
env: { AWS_PAGER: '' }
1313
steps:
1414
- name: Check out code
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616
- name: Install latest Swift
1717
uses: vapor/swiftly-action@v0.2
1818
with: { toolchain: latest }

0 commit comments

Comments
 (0)