Skip to content

Commit

Permalink
Merge pull request #923 from Arelle/dependabot/github_actions/depende…
Browse files Browse the repository at this point in the history
…ncies-f224f87766
  • Loading branch information
austinmatherne-wk committed Oct 24, 2023
2 parents fc1f7fa + b2bb114 commit 77d001d
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build-documentation:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
- name: Install Python
uses: actions/setup-python@v4.7.1
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,19 +78,19 @@ jobs:

steps:
- name: Checkout arelle
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- name: Checkout EdgarRenderer
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
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@v4.1.0
uses: actions/checkout@v4.1.1
with:
repository: xbrlus/xule
path: xule
Expand All @@ -103,7 +103,7 @@ jobs:
- name: Cleanup XULE
run: rm -rf xule
- name: Checkout ixbrl-viewer
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
repository: Workiva/ixbrl-viewer
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

steps:
- name: Checkout arelle
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- name: Install Python
Expand All @@ -81,13 +81,13 @@ jobs:
- run: |
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements-build.txt
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
with:
repository: Arelle/EdgarRenderer
path: arelle/plugin/EdgarRenderer
ref: ${{ inputs.edgar_renderer_ref }}
- run: rm -rf arelle/plugin/EdgarRenderer/.git
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
with:
repository: xbrlus/xule
path: tmp
Expand All @@ -97,7 +97,7 @@ jobs:
rm -rf tmp/plugin/validate
mv tmp/plugin/* arelle/plugin/
rm -rf tmp
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
repository: Workiva/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 @@ -78,19 +78,19 @@ jobs:

steps:
- name: Checkout arelle
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- name: Checkout EdgarRenderer
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
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@v4.1.0
uses: actions/checkout@v4.1.1
with:
repository: xbrlus/xule
path: xule
Expand All @@ -103,7 +103,7 @@ jobs:
- shell: cmd
run: rmdir /s /q xule
- name: Checkout ixbrl-viewer
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
repository: Workiva/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 @@ -19,7 +19,7 @@ jobs:
outputs:
matrix: ${{ steps.build-test-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
with:
persist-credentials: false
ref: ${{ github.event.pull_request.head.sha }}
Expand Down Expand Up @@ -125,14 +125,14 @@ jobs:
mkdir -p $env:LOCALAPPDATA\Arelle\cache
7z x config.zip -o"$env:LOCALAPPDATA\Arelle\cache" 'http/*' 'https/*'
rm config.zip
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
with:
persist-credentials: false
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Checkout EdgarRenderer
if: ${{ matrix.test.name == 'efm_current' }}
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
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 @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout arelle
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- name: Install Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
contents: write
pull-requests: read
steps:
- uses: release-drafter/release-drafter@v5.24.0
- uses: release-drafter/release-drafter@v5.25.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
zip_uploaded_artifact_name: ${{ github.event_name == 'pull_request' && needs.build-windows-pr.outputs.zip_uploaded_artifact_name || needs.build-windows-dispatch.outputs.zip_uploaded_artifact_name }}
steps:
- name: Checkout arelle
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- name: Download installer artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- '3.11'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
- name: Install Python 3
uses: actions/setup-python@v4.7.1
with:
Expand Down

0 comments on commit 77d001d

Please sign in to comment.