Skip to content

Commit 3b344a1

Browse files
authored
Merge pull request #163 from ferrous-systems/update-fliplink-gha
update GHActions to fliplink 0.1.10
2 parents f71f324 + aae7a1d commit 3b344a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install tools
1616
uses: taiki-e/install-action@v2
1717
with:
18-
tool: mdslides@0.3,mdbook@0.4,mdbook-mermaid@0.12,flip-link@0.1.7
18+
tool: mdslides@0.3,mdbook@0.4,mdbook-mermaid@0.12,flip-link@0.1.10
1919

2020
- name: Install targets
2121
run: |

.github/workflows/weekly-canary-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install tools
1919
uses: taiki-e/install-action@v2
2020
with:
21-
tool: mdslides@0.3,mdbook@0.4,mdbook-mermaid@0.12,flip-link@0.1.7
21+
tool: mdslides@0.3,mdbook@0.4,mdbook-mermaid@0.12,flip-link@0.1.10
2222

2323
- name: Install targets
2424
run: |

0 commit comments

Comments
 (0)