We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3121d3 commit 0124c45Copy full SHA for 0124c45
2 files changed
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
npm:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
13
- uses: actions/setup-node@v6
14
with:
15
node-version: '24.x'
@@ -26,7 +26,7 @@ jobs:
26
working-directory: gem
27
28
# Set up
29
30
- name: Set up Ruby
31
uses: ruby/setup-ruby@v1
32
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
typescript:
@@ -29,7 +29,7 @@ jobs:
33
34
35
0 commit comments