Skip to content

Commit 666fdec

Browse files
Bump actions/checkout from 6 to 7 in the github-actions group (#46)
Bumps the github-actions 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: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4576cb0 commit 666fdec

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
pre-commit:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v6
11+
- uses: actions/checkout@v7
1212
- uses: j178/prek-action@v2

.github/workflows/sdk-adr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@v7
1515

1616
- name: Install uv
1717
uses: astral-sh/setup-uv@v7
@@ -27,7 +27,7 @@ jobs:
2727
run: uv run sdk-test.py &
2828

2929
- name: Checkout datastar repository
30-
uses: actions/checkout@v6
30+
uses: actions/checkout@v7
3131
with:
3232
repository: starfederation/datastar
3333
ref: develop

0 commit comments

Comments
 (0)