Skip to content

Commit e80daf6

Browse files
authored
Merge pull request #575 from romansp/dependabot/github_actions/actions/checkout-7
chore(deps): bump actions/checkout from 6 to 7
2 parents 6e47e74 + 6884476 commit e80daf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616
- run: corepack enable
1717
- uses: actions/setup-node@v6
1818
with:

0 commit comments

Comments
 (0)