Skip to content

Commit 5196215

Browse files
chore(deps): bump actions/checkout from 6 to 7 (#32)
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 96b5b3b commit 5196215

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout this repo
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
with:
1919
path: beacon
2020

2121
- name: Checkout web4
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
with:
2424
repository: TeoSlayer/pilotprotocol
2525
path: web4

0 commit comments

Comments
 (0)