Skip to content

Commit b3d5545

Browse files
build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7368b98 commit b3d5545

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@v4
29+
uses: actions/checkout@v5
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@v4
59+
uses: actions/checkout@v5
6060

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

0 commit comments

Comments
 (0)