Skip to content

Commit 0d1d58c

Browse files
build(deps): bump actions/checkout from 5 to 6 (#2319)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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 5f24fa9 commit 0d1d58c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/default.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
]
2727
steps:
2828
- name: ⬇ Checkout repo
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030

3131
- name: 🆙 Setup node
3232
uses: actions/setup-node@v6
@@ -56,7 +56,7 @@ jobs:
5656
image: mcr.microsoft.com/playwright:v1.50.1
5757
steps:
5858
- name: ⬇ Checkout repo
59-
uses: actions/checkout@v5
59+
uses: actions/checkout@v6
6060

6161
- name: ⬇ Download build angular
6262
uses: actions/download-artifact@v6

0 commit comments

Comments
 (0)