Skip to content

Commit 28a8697

Browse files
chore(deps): update actions/checkout action to v7
1 parent 127027b commit 28a8697

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node:
1515
- '18'
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818
- uses: actions/setup-node@v6
1919
with:
2020
node-version: ${{ runner.node }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121
with:
2222
persist-credentials: false
2323
- name: Setup Node.js

0 commit comments

Comments
 (0)