Skip to content

Commit 44711c1

Browse files
[ver](build): version updates (#101)
* [ver](build): version updates Signed-off-by: Ralph Hightower <[email protected]> * [ver](build): version updates Signed-off-by: Ralph Hightower <[email protected]> * [ver](build): version updates Signed-off-by: Ralph Hightower <[email protected]> * [ver](build): version updates Signed-off-by: Ralph Hightower <[email protected]> * [ver](build): version updates Signed-off-by: Ralph Hightower <[email protected]> * [ver](build): version updates Signed-off-by: Ralph Hightower <[email protected]> * [ver](build): version updates Signed-off-by: Ralph Hightower <[email protected]> * [ver](build): version updates Signed-off-by: Ralph Hightower <[email protected]> * [ver](build): version updates Signed-off-by: Ralph Hightower <[email protected]> * [ver](build): version updates Signed-off-by: Ralph Hightower <[email protected]> * [setup](build): add base_workflows Signed-off-by: Ralph Hightower <[email protected]> * [cleanup](build): .github/workflows/jekyll-gh-pages.yml - use jekyll.yml Signed-off-by: Ralph Hightower <[email protected]> * [setup](web): copied/adapted from @RalphHightower/blog Signed-off-by: Ralph Hightower <[email protected]> * [info](web): half copied from @RalphHightower/blog Signed-off-by: Ralph Hightower <[email protected]> * [info](web): delete duplicate show_excerpts Signed-off-by: Ralph Hightower <[email protected]> --------- Signed-off-by: Ralph Hightower <[email protected]>
1 parent 1b724bc commit 44711c1

25 files changed

+718
-104
lines changed

.github/workflows/Accounts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
#node-version: 'node16'
1717
ref: ${{ github.event.push.head.ref }}
18-
- uses: docker://pandoc/core:3.5
18+
- uses: docker://pandoc/core:3.6.1
1919
with:
2020
args: >- # allows you to break string into multiple lines
2121
--standalone

.github/workflows/Assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
#node-version: 'node16'
1717
ref: ${{ github.event.push.head.ref }}
18-
- uses: docker://pandoc/core:3.5
18+
- uses: docker://pandoc/core:3.6.1
1919
with:
2020
args: >- # allows you to break string into multiple lines
2121
--standalone

.github/workflows/BeagleIdentificationPhotos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
#node-version: 'node16'
1616
ref: ${{ github.event.push.head.ref }}
17-
- uses: docker://pandoc/core:3.5
17+
- uses: docker://pandoc/core:3.6.1
1818
with:
1919
args: >- # allows you to break string into multiple lines
2020
--standalone

.github/workflows/Beagles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
#node-version: 'node16'
1616
ref: ${{ github.event.push.head.ref }}
17-
- uses: docker://pandoc/core:3.5
17+
- uses: docker://pandoc/core:3.6.1
1818
with:
1919
args: >- # allows you to break string into multiple lines
2020
--standalone

.github/workflows/ComputerSettings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
#node-version: 'node16'
1717
ref: ${{ github.event.push.head.ref }}
18-
- uses: docker://pandoc/core:3.5
18+
- uses: docker://pandoc/core:3.6.1
1919
with:
2020
args: >- # allows you to break string into multiple lines
2121
--standalone

.github/workflows/EquipmentDistrbution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
#node-version: 'node16'
1717
ref: ${{ github.event.push.head.ref }}
18-
- uses: docker://pandoc/core:3.5
18+
- uses: docker://pandoc/core:3.6.1
1919
with:
2020
args: >- # allows you to break string into multiple lines
2121
--standalone
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
permissions:
2+
actions: read|write|none
3+
checks: read|write|none
4+
contents: read|write|none
5+
deployments: read|write|none
6+
issues: read|write|none
7+
packages: read|write|none
8+
pull-requests: read|write|none
9+
repository-projects: read|write|none
10+
security-events: read|write|none
11+
statuses: read|write|none
12+

.github/workflows/NetworkSettings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
#node-version: 'node16'
2121
ref: ${{ github.event.push.head.ref }}
22-
- uses: docker://pandoc/core:3.5
22+
- uses: docker://pandoc/core:3.6.1
2323
with:
2424
args: >- # allows you to break string into multiple lines
2525
--standalone

.github/workflows/NewYearUpdateCopyright.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@ on:
44
schedule:
55
- cron: "0 5 1 1 *" # America/New_York (UTC-5:00)
66

7-
permissions: none
7+
permissions:
8+
actions: none
9+
checks: none
10+
contents: none
11+
deployments: none
12+
issues: none
13+
packages: none
14+
pull-requests: none
15+
repository-projects: none
16+
security-events: none
17+
statuses: none
18+
819
jobs:
920
create_issue:
1021
name: Create issue to update copyright year

.github/workflows/Obituary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
#node-version: 'node16'
2020
ref: ${{ github.event.push.head.ref }}
2121
#node-version: 'node16'
22-
- uses: docker://pandoc/core:3.5
22+
- uses: docker://pandoc/core:3.6.1
2323
with:
2424
args: >- # allows you to break string into multiple lines
2525
cellphone: ${{secrets.CELL_PHONE}}

0 commit comments

Comments
 (0)