Skip to content

Commit 1d519cc

Browse files
Merge pull request #989 from Arelle/dependabot/github_actions/github-action-dependencies-33075556b7
2 parents c1427f4 + 6940f3a commit 1d519cc

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/build-documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
build-documentation:
1313
runs-on: ubuntu-24.04
1414
steps:
15-
- uses: actions/checkout@v6.0.1
15+
- uses: actions/checkout@v6.0.2
1616
- name: Install Python
17-
uses: actions/setup-python@v6.1.0
17+
uses: actions/setup-python@v6.2.0
1818
with:
1919
cache: 'pip'
2020
cache-dependency-path: '**/requirements-docs.txt'

.github/workflows/node-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- '24'
2525
runs-on: ${{ matrix.os }}
2626
steps:
27-
- uses: actions/checkout@v6.0.1
27+
- uses: actions/checkout@v6.0.2
2828
- uses: actions/setup-node@v6.2.0
2929
with:
3030
cache: 'npm'

.github/workflows/npm-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-24.04
2424
steps:
2525
- name: Checkout ixbrl-viewer
26-
uses: actions/checkout@v6.0.1
26+
uses: actions/checkout@v6.0.2
2727
with:
2828
fetch-depth: 0 # npm run prod requires tags, sadly this is the only way to get them.
2929
- name: Install Node.js

.github/workflows/puppeteer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- '3.14'
2626
runs-on: ${{ matrix.os }}
2727
steps:
28-
- uses: actions/checkout@v6.0.1
28+
- uses: actions/checkout@v6.0.2
2929
with:
3030
fetch-depth: 0 # npm run prod requires tags, sadly this is the only way to get them.
3131
- uses: actions/setup-node@v6.2.0
@@ -34,7 +34,7 @@ jobs:
3434
check-latest: true
3535
node-version: ${{ matrix.node-version }}
3636
- name: Install Python 3
37-
uses: actions/setup-python@v6.1.0
37+
uses: actions/setup-python@v6.2.0
3838
with:
3939
cache: 'pip'
4040
cache-dependency-path: '**/pyproject.toml'

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-24.04
3434
steps:
3535
- name: Checkout ixbrl-viewer
36-
uses: actions/checkout@v6.0.1
36+
uses: actions/checkout@v6.0.2
3737
with:
3838
fetch-depth: 0
3939
- name: Install Node.js
@@ -47,7 +47,7 @@ jobs:
4747
- name: Build ixbrlviewer.js
4848
run: make prod
4949
- name: Install Python
50-
uses: actions/setup-python@v6.1.0
50+
uses: actions/setup-python@v6.2.0
5151
with:
5252
cache: 'pip'
5353
cache-dependency-path: '**/pyproject.toml'

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
- '3.14'
2727
runs-on: ${{ matrix.os }}
2828
steps:
29-
- uses: actions/checkout@v6.0.1
29+
- uses: actions/checkout@v6.0.2
3030
- name: Install Python 3
31-
uses: actions/setup-python@v6.1.0
31+
uses: actions/setup-python@v6.2.0
3232
with:
3333
cache: 'pip'
3434
cache-dependency-path: '**/pyproject.toml'

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
contents: write
1515
pull-requests: read
1616
steps:
17-
- uses: release-drafter/release-drafter@v6.1.0
17+
- uses: release-drafter/release-drafter@v6.2.0
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)