Skip to content

Commit 96d7bbe

Browse files
cq-botrenovate-bot
andauthored
chore(deps): Update actions/checkout action to v4 (#22)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 6832d73 commit 96d7bbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Publish to npm
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v3
1414
with:
1515
node-version: "16"

.github/workflows/regen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
- uses: actions/setup-node@v3
1515
with:
1616
cache: "npm"

0 commit comments

Comments
 (0)