Skip to content

Commit

Permalink
bump versions in git actions as suggested by dependabot (#816)
Browse files Browse the repository at this point in the history
* bump versions as suggested by dependabot

* bugfix
  • Loading branch information
0xDEnYO authored Oct 4, 2024
1 parent 7c78316 commit 0145153
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/enforceTestCoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/[email protected]

- name: Set up Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v4.0.4
with:
node-version: '20'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
submodules: recursive

- uses: actions/[email protected].0
- uses: actions/[email protected].4
with:
node-version: 20

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: forge install

- name: Setup Node.js
uses: actions/[email protected].0
uses: actions/[email protected].4
with:
node-version: 20

Expand Down

0 comments on commit 0145153

Please sign in to comment.