Skip to content

Commit a257813

Browse files
chore(deps): update actions/checkout action to v2.3.5
1 parent ca70a23 commit a257813

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
shell: bash
1919
name: node.js ${{ matrix.node-version }}
2020
steps:
21-
- uses: actions/[email protected].4
21+
- uses: actions/[email protected].5
2222
with:
2323
repository: ${{ github.event.pull_request.head.repo.full_name }}
2424
ref: ${{ github.head_ref }}

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run:
1616
shell: bash
1717
steps:
18-
- uses: actions/[email protected].4
18+
- uses: actions/[email protected].5
1919
- name: update siteleaf pages
2020
id: siteleaf
2121
uses: gofunky/[email protected]

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
shell: bash
1818
name: node.js ${{ matrix.node-version }}
1919
steps:
20-
- uses: actions/[email protected].4
20+
- uses: actions/[email protected].5
2121
- name: setup node.js ${{ matrix.node-version }}
2222
uses: actions/[email protected]
2323
with:
@@ -60,7 +60,7 @@ jobs:
6060
run:
6161
shell: bash
6262
steps:
63-
- uses: actions/[email protected].4
63+
- uses: actions/[email protected].5
6464
- name: setup node.js ${{ matrix.node-version }}
6565
uses: actions/[email protected]
6666
with:
@@ -97,7 +97,7 @@ jobs:
9797
run:
9898
shell: bash
9999
steps:
100-
- uses: actions/[email protected].4
100+
- uses: actions/[email protected].5
101101
- name: setup node.js ${{ matrix.node-version }}
102102
uses: actions/[email protected]
103103
with:

0 commit comments

Comments
 (0)