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 fe7f203 + ba5c351 commit 6bf0355Copy full SHA for 6bf0355
1 file changed
.github/workflows/tests.yml
@@ -14,10 +14,10 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Set up Git repository
17
- uses: actions/checkout@v6.0.2
+ uses: actions/checkout@v6.0.3
18
19
- name: Set up Ruby
20
- uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f
+ uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f
21
22
- name: Get NodeJS version
23
run: echo "NODE_VERSION=$(cat .node-version)" >> $GITHUB_OUTPUT
0 commit comments