Skip to content

Commit 1a1d214

Browse files
Bump actions/checkout from 6 to 7 in the dependencies group (#173)
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 1ee8caa commit 1a1d214

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-template-creation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
path: toolbox
6464
fail-on-cache-miss: true
6565
- name: Clone pregenerated template repo
66-
uses: actions/checkout@v6
66+
uses: actions/checkout@v7
6767
with:
6868
repository: vapor/${{ matrix.repository }}
6969
path: old-template-repo

.github/workflows/test-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
lookup-only: true
4646
- name: Check out latest toolbox
4747
if: ${{ !steps.check.outputs.cache-hit }}
48-
uses: actions/checkout@v6
48+
uses: actions/checkout@v7
4949
with:
5050
repository: vapor/toolbox
5151
ref: ${{ steps.latest.outputs.tag }}

0 commit comments

Comments
 (0)