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
8 changes: 4 additions & 4 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@ jobs:

steps:
- name: Checkout arelle
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.3.0
with:
fetch-depth: 0
- name: Checkout EdgarRenderer
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.3.0
with:
repository: Arelle/EdgarRenderer
path: arelle/plugin/EdgarRenderer
ref: ${{ inputs.edgar_renderer_ref }}
- name: Cleanup EdgarRenderer
run: rm -rf arelle/plugin/EdgarRenderer/.git
- name: Checkout XULE
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.3.0
with:
repository: xbrlus/xule
path: xule
Expand All @@ -69,7 +69,7 @@ jobs:
- name: Cleanup XULE
run: rm -rf xule
- name: Checkout ixbrl-viewer
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.3.0
with:
repository: Workiva/ixbrl-viewer
path: ixbrl-viewer
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: Checkout arelle
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.3.0
with:
fetch-depth: 0
- name: Install Python
Expand All @@ -47,13 +47,13 @@ jobs:
python-version: ${{ inputs.python_version }}
- run: pip install -r requirements-dev.txt
- run: pip install -r requirements-mac-build.txt
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.3.0
with:
repository: Arelle/EdgarRenderer
path: arelle/plugin/EdgarRenderer
ref: ${{ inputs.edgar_renderer_ref }}
- run: rm -rf arelle/plugin/EdgarRenderer/.git
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.3.0
with:
repository: xbrlus/xule
path: tmp
Expand All @@ -63,7 +63,7 @@ jobs:
rm -rf tmp/plugin/validate
mv tmp/plugin/* arelle/plugin/
rm -rf tmp
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.3.0
with:
repository: Workiva/ixbrl-viewer
path: tmp/ixbrl-viewer
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@ jobs:

steps:
- name: Checkout arelle
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.3.0
with:
fetch-depth: 0
- name: Checkout EdgarRenderer
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.3.0
with:
repository: Arelle/EdgarRenderer
path: arelle/plugin/EdgarRenderer
ref: ${{ inputs.edgar_renderer_ref }}
- shell: cmd
run: rmdir /s /q arelle\plugin\EdgarRenderer\.git
- name: Checkout xule
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.3.0
with:
repository: xbrlus/xule
path: xule
Expand All @@ -64,7 +64,7 @@ jobs:
- shell: cmd
run: rmdir /s /q xule
- name: Checkout ixbrl-viewer
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.3.0
with:
repository: Workiva/ixbrl-viewer
path: ixbrl-viewer
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/conformance-suites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
outputs:
matrix: ${{ steps.build-test-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.3.0
with:
persist-credentials: false
ref: ${{ github.event.pull_request.head.sha }}
Expand All @@ -34,13 +34,13 @@ jobs:
curl -L "${{ secrets.XBRL_VALIDATION_CONFIG_URL }}" -o config.zip
unzip -d "$XDG_CONFIG_HOME/arelle/cache" config.zip 'http/*' 'https/*'
rm config.zip
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.3.0
with:
persist-credentials: false
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Checkout EdgarRenderer
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.3.0
with:
repository: Arelle/EdgarRenderer
path: arelle/plugin/EdgarRenderer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout arelle
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.3.0
with:
fetch-depth: 0
- name: Install Python 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- '3.9'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.3.0
- name: Install Python 3
uses: actions/setup-python@v4.2.0
with:
Expand Down