Skip to content

Commit

Permalink
Merge pull request #736 from Arelle/dependabot/github_actions/github-…
Browse files Browse the repository at this point in the history
…action-dependencies-916932a5fa
  • Loading branch information
austinmatherne-wk authored Sep 23, 2024
2 parents 08ee2d6 + 60816a0 commit 05996f3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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].3
- uses: actions/[email protected].4
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].3
uses: actions/[email protected].4
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].3
uses: actions/[email protected].4
with:
check-latest: true
node-version: ${{ inputs.node_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/puppeteer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ 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].3
- uses: actions/[email protected].4
with:
cache: 'npm'
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 @@ -37,7 +37,7 @@ jobs:
with:
fetch-depth: 0
- name: Install Node.js
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
cache: 'npm'
check-latest: true
Expand Down

0 comments on commit 05996f3

Please sign in to comment.