Skip to content

Commit ebdcef4

Browse files
chore(deps): bump actions/checkout from 6 to 7 (#672)
Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 14b8ac6 commit ebdcef4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-subgraph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
VERSION: ${{ needs.release-please.outputs.version }}
5959
steps:
6060
- name: Checkout
61-
uses: actions/checkout@v6
61+
uses: actions/checkout@v7
6262
with:
6363
persist-credentials: false
6464

.github/workflows/subgraph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: read
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222
with:
2323
persist-credentials: false
2424

0 commit comments

Comments
 (0)