Skip to content

Commit

Permalink
Merge pull request #18 from SherfeyInv/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-python-5.1.1

build(deps): bump actions/setup-python from 4.6.1 to 5.1.1
  • Loading branch information
SherfeyInv authored Aug 20, 2024
2 parents 3fee609 + 0ed5893 commit 3732bb3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
fetch-depth: 0
- name: Install Python
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v5.1.1
with:
cache: 'pip'
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- shell: cmd
run: move ixbrl-viewer\iXBRLViewerPlugin arelle\plugin\iXBRLViewerPlugin && rmdir /s /q ixbrl-viewer
- name: Set up Python ${{ inputs.python_version }}
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v5.1.1
with:
cache: 'pip'
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-suites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
repository: Arelle/EdgarRenderer
path: arelle/plugin/EdgarRenderer
- name: Install Python 3
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v5.1.1
with:
cache: 'pip'
check-latest: true
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 @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- name: Install Python
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v5.1.1
with:
cache: 'pip'
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:

- name: Install Python
if: matrix.build-type == 'source'
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v5.1.1
with:
cache: 'pip'
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Install Python 3
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v5.1.1
with:
cache: 'pip'
check-latest: true
Expand Down

0 comments on commit 3732bb3

Please sign in to comment.