Skip to content

Commit ef50c59

Browse files
authored
Merge pull request #25 from 24webcomponents/renovate/actions-checkout-digest
Update actions/checkout digest to a5ac7e5
2 parents aa74466 + 23ab91a commit ef50c59

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
11+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1212
- uses: actions/setup-node@v4
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
8+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
99
- name: Use Node.js
1010
uses: actions/setup-node@v4
1111
with:

0 commit comments

Comments
 (0)