Skip to content

Commit 43f6618

Browse files
authored
Merge pull request #1291 from github/dependabot/github_actions/dependencies-f03487e440
chore(deps): bump the dependencies group with 2 updates
2 parents c097385 + 19ec5a1 commit 43f6618

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@277ba2a127aba66d45bad0fa2dc56f80dbfedffa
20+
uses: ruby/setup-ruby@922ebc4c5262cd14e07bb0e1db020984b6c064fe
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.2.0
27+
uses: actions/setup-node@v4.3.0
2828
with:
2929
node-version: "${{ steps.node_version.outputs.NODE_VERSION }}"
3030

0 commit comments

Comments
 (0)