Skip to content

Commit 6852b2e

Browse files
authored
Merge pull request #244 from BePo65/dependabot/github_actions/actions/checkout-7.0.0
build(deps): bump actions/checkout from 6.0.2 to 7.0.0
2 parents 4217ccf + cb8ec0d commit 6852b2e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Check out
27-
uses: actions/checkout@v6.0.2
27+
uses: actions/checkout@v7.0.0
2828

2929
- name: Use Node.js ${{ matrix.node-version }}
3030
uses: actions/setup-node@v6

.github/workflows/publish-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Check out
18-
uses: actions/checkout@v6.0.2
18+
uses: actions/checkout@v7.0.0
1919

2020
- name: Use Node v24
2121
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)