Skip to content

Commit 389fb06

Browse files
authored
Merge pull request #14 from 24webcomponents/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents b390c48 + c1798d3 commit 389fb06

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
@@ -8,7 +8,7 @@ jobs:
88
publish-npm:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v3
1313
with:
1414
node-version: 18

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
build:
66
runs-on: macos-latest
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v4
99
- name: Use Node.js
1010
uses: actions/setup-node@v1
1111
with:

0 commit comments

Comments
 (0)