Skip to content

Commit

Permalink
Merge pull request #702 from Arelle/dependabot/github_actions/github-…
Browse files Browse the repository at this point in the history
…action-dependencies-2a54abbbe0
  • Loading branch information
austinmatherne-wk authored Jul 15, 2024
2 parents fcfe2b0 + 1766302 commit 9617b38
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
cache: 'npm'
check-latest: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
fetch-depth: 0 # npm run prod requires tags, sadly this is the only way to get them.
- name: Install Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
cache: 'npm'
check-latest: true
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
steps:
- name: Install Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
check-latest: true
node-version: ${{ inputs.node_version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/puppeteer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
- uses: actions/[email protected]
with:
fetch-depth: 0 # npm run prod requires tags, sadly this is the only way to get them.
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
cache: 'npm'
check-latest: true
node-version: ${{ matrix.node-version }}
- name: Install Python 3
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
cache: 'pip'
cache-dependency-path: '**/pyproject.toml'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
fetch-depth: 0
- name: Install Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
cache: 'npm'
check-latest: true
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Build ixbrlviewer.js
run: make prod
- name: Install Python
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
cache: 'pip'
cache-dependency-path: '**/pyproject.toml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Install Python 3
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
cache: 'pip'
cache-dependency-path: '**/pyproject.toml'
Expand Down

0 comments on commit 9617b38

Please sign in to comment.