Skip to content

Commit 1ea1703

Browse files
authored
Merge pull request #1295 from github/dependabot/github_actions/dependencies-a96ec1e14c
2 parents 5d4ee53 + 3ae3fcc commit 1ea1703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
uses: actions/[email protected]
1818

1919
- name: Set up Ruby
20-
uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252
20+
uses: ruby/setup-ruby@e5ac7b085f6e63d49c8973eb0c6e04d876b881f1
2121

2222
- name: Get NodeJS version
2323
run: echo "NODE_VERSION=$(cat .node-version)" >> $GITHUB_OUTPUT
2424
id: node_version
2525

2626
- name: Set up NodeJS
27-
uses: actions/setup-node@v4.3.0
27+
uses: actions/setup-node@v4.4.0
2828
with:
2929
node-version: "${{ steps.node_version.outputs.NODE_VERSION }}"
3030

0 commit comments

Comments
 (0)