-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #639 from Arelle/dependabot/github_actions/github-…
…action-dependencies-75146c7076 Bump the github-action-dependencies group with 1 update
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|