Skip to content

Commit

Permalink
build(deps): bump actions/setup-python from 4.6.1 to 5.1.1
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.1 to 5.1.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.6.1...v5.1.1)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent 413e6b6 commit 0ed5893
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 0ed5893

Please sign in to comment.