Skip to content

Commit

Permalink
Merge pull request #639 from Arelle/dependabot/github_actions/github-…
Browse files Browse the repository at this point in the history
…action-dependencies-75146c7076

Bump the github-action-dependencies group with 1 update
  • Loading branch information
austinmatherne-wk authored Mar 8, 2024
2 parents fb9bbcb + 9ee77f5 commit 2ff1d23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ jobs:
node-version: ${{ inputs.node_version }}
registry-url: 'https://registry.npmjs.org' # Must explicitly set this for NODE_AUTH_TOKEN to work below
- name: Download ixbrlviewer.js artifact
uses: actions/[email protected].2
uses: actions/[email protected].4
with:
name: ixbrlviewer.js
- name: Download npm artifact
uses: actions/[email protected].2
uses: actions/[email protected].4
with:
name: npm package
- name: Publish with npm
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 @@ -83,11 +83,11 @@ jobs:
- name: Install twine
run: pip install -U twine
- name: Download source distribution artifact
uses: actions/[email protected].2
uses: actions/[email protected].4
with:
name: source distribution
- name: Download wheel artifact
uses: actions/[email protected].2
uses: actions/[email protected].4
with:
name: wheel
- name: Publish package on release
Expand Down

0 comments on commit 2ff1d23

Please sign in to comment.