Skip to content

Commit

Permalink
Merge pull request #623 from fuller-inc/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
shogo82148 authored Oct 24, 2023
2 parents 596e24f + 9c29973 commit 7f24f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
working-directory: provider/assume-role

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: action/package.json
cache: "npm"
Expand Down

0 comments on commit 7f24f91

Please sign in to comment.