Skip to content

Commit 5beca57

Browse files
Bump actions/checkout from 6 to 7 (#32)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 693d11a commit 5beca57

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-for-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: [ 20.x, 22.x, 24.x ]
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v7
2525

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

.github/workflows/deploy-to-github-pages.yml

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

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323

2424
- name: Setup Node.js
2525
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)