Skip to content

Commit 5dc58a8

Browse files
[CI] Pin Analog-inc/asciidoctor-action version (#602)
1 parent bd92ca8 commit 5dc58a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Download source
7575
uses: actions/checkout@v2
7676
- name: Build manpages
77-
uses: Analog-inc/asciidoctor-action@master
77+
uses: Analog-inc/asciidoctor-action@v1.3.1
7878
with:
7979
shellcommand: "make -B manpages SOURCE_DATE_EPOCH=\"$(date +%s --utc --date \"$(grep -m1 -o -E 'Date: .*' man/shard.yml.5 | cut -d' ' -f2)\")\""
8080
- name: Ensure no changes

man/shard.yml.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'\" t
22
.\" Title: shard.yml
33
.\" Author: [see the "AUTHOR(S)" section]
4-
.\" Generator: Asciidoctor 2.0.17
4+
.\" Generator: Asciidoctor 2.0.20
55
.\" Date: 2023-04-07
66
.\" Manual: File Formats
77
.\" Source: shards 0.17.3

man/shards.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'\" t
22
.\" Title: shards
33
.\" Author: [see the "AUTHOR(S)" section]
4-
.\" Generator: Asciidoctor 2.0.17
4+
.\" Generator: Asciidoctor 2.0.20
55
.\" Date: 2023-04-07
66
.\" Manual: Shards Manual
77
.\" Source: shards 0.17.3

0 commit comments

Comments
 (0)