We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b2d0c commit 681c1aaCopy full SHA for 681c1aa
1 file changed
.github/actions/setup-toolchain/action.yml
@@ -77,7 +77,7 @@ runs:
77
bundler: Gemfile.lock
78
bundler-cache: true
79
- name: Set up Node.js
80
- uses: actions/setup-node@v6.2.0
+ uses: actions/setup-node@v6.3.0
81
with:
82
node-version: ${{ inputs.node-version }}
83
cache: ${{ inputs.cache-npm-dependencies }}
0 commit comments