Skip to content

Commit bc26ba7

Browse files
authored
Merge pull request #14 from 24webcomponents/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents f6c214b + 0491568 commit bc26ba7

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)