Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions .github/workflows/antora_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,27 @@ jobs:
run: echo ${{ github.event.inputs.distinct_id }}

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

# isyfact-standards: dev versions
- name: Checkout isyfact-standards (master)
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: IsyFact/isyfact-standards
ref: master
lfs: true
sparse-checkout: isyfact-standards-doc/src/docs/antora
path: isyfact-standards
- name: Checkout isyfact-standards (release/4.x)
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: IsyFact/isyfact-standards
ref: release/4.x
lfs: true
sparse-checkout: isyfact-standards-doc/src/docs/antora
path: isyfact-standards-4.x
- name: Checkout isyfact-standards (release/3.x)
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: IsyFact/isyfact-standards
ref: release/3.x
Expand All @@ -61,39 +61,39 @@ jobs:

# isyfact-standards: stable versions
- name: Checkout isyfact-standards (doku/4.0.0)
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: IsyFact/isyfact-standards
ref: doku/4.0.0
lfs: true
sparse-checkout: isyfact-standards-doc/src/docs/antora
path: isyfact-standards-4.0.0
- name: Checkout isyfact-standards (Tag 3.3.0)
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: IsyFact/isyfact-standards
ref: 3.3.0
lfs: true
sparse-checkout: isyfact-standards-doc/src/docs/antora
path: isyfact-standards-3.3.0
- name: Checkout isyfact-standards (release/3.2.2)
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: IsyFact/isyfact-standards
ref: doku/3.2.2
lfs: true
sparse-checkout: isyfact-standards-doc/src/docs/antora
path: isyfact-standards-3.2.2
- name: Checkout isyfact-standards (release/3.1.2)
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: IsyFact/isyfact-standards
ref: doku/3.1.2
lfs: true
sparse-checkout: isyfact-standards-doc/src/docs/antora
path: isyfact-standards-3.1.2
- name: Checkout isyfact-standards (doku/3.0.2)
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: IsyFact/isyfact-standards
ref: doku/3.0.2
Expand All @@ -102,15 +102,15 @@ jobs:
path: isyfact-standards-3.0.2

- name: Checkout isy-documentation
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: IsyFact/isy-documentation
ref: master
lfs: true
path: isy-documentation

- name: Checkout isy-web # still needed as long as IsyFact 3 is published!
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: IsyFact/isy-web
ref: master
Expand All @@ -119,7 +119,7 @@ jobs:
path: isy-web

- name: Checkout isy-angular-widgets
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: IsyFact/isy-angular-widgets
ref: main
Expand All @@ -145,7 +145,7 @@ jobs:
done

- name: Checkout isy-datetime
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: IsyFact/isy-datetime
ref: ${{ steps.fetch-latest-tags.outputs.isy-datetime }}
Expand All @@ -154,7 +154,7 @@ jobs:
path: isy-datetime

- name: Checkout isy-datetime-persistence
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: IsyFact/isy-datetime-persistence
ref: ${{ steps.fetch-latest-tags.outputs.isy-datetime-persistence }}
Expand All @@ -163,7 +163,7 @@ jobs:
path: isy-datetime-persistence

- name: Checkout isy-polling
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: IsyFact/isy-polling
ref: ${{ steps.fetch-latest-tags.outputs.isy-polling }}
Expand All @@ -172,7 +172,7 @@ jobs:
path: isy-polling

- name: Checkout isy-security
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: IsyFact/isy-security
ref: ${{ steps.fetch-latest-tags.outputs.isy-security }}
Expand All @@ -181,7 +181,7 @@ jobs:
path: isy-security

- name: Checkout isy-sonderzeichen
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: IsyFact/isy-sonderzeichen
ref: ${{ steps.fetch-latest-tags.outputs.isy-sonderzeichen }}
Expand All @@ -190,7 +190,7 @@ jobs:
path: isy-sonderzeichen

- name: Checkout isy-task
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: IsyFact/isy-task
ref: ${{ steps.fetch-latest-tags.outputs.isy-task }}
Expand All @@ -199,7 +199,7 @@ jobs:
path: isy-task

- name: Checkout isy-util
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: IsyFact/isy-util
ref: ${{ steps.fetch-latest-tags.outputs.isy-util }}
Expand All @@ -209,7 +209,7 @@ jobs:

# fetch "wip" components (i.e. without an official release)
- name: Checkout isy-bedienkonzept
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: IsyFact/isy-bedienkonzept
ref: main
Expand All @@ -218,7 +218,7 @@ jobs:
path: isy-bedienkonzept

- name: Checkout isyfact-standards-referenzimplementierung
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: IsyFact/isyfact-standards-referenzimplementierung
ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Download docs artifact from the last successful workflow
if: steps.cache-docs.outputs.cache-hit != 'true'
Expand Down