We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aee972a + 9e5d691 commit 51f2215Copy full SHA for 51f2215
.github/workflows/tests.yml
@@ -14,17 +14,17 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Set up Git repository
17
- uses: actions/[email protected].0
+ uses: actions/[email protected].1
18
19
- name: Set up Ruby
20
- uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71
+ uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c
21
22
- name: Get NodeJS version
23
run: echo "NODE_VERSION=$(cat .node-version)" >> $GITHUB_OUTPUT
24
id: node_version
25
26
- name: Set up NodeJS
27
- uses: actions/setup-node@v6.0.0
+ uses: actions/setup-node@v6.1.0
28
with:
29
node-version: "${{ steps.node_version.outputs.NODE_VERSION }}"
30
0 commit comments