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.
1 parent ff202e7 commit 2bab25bCopy full SHA for 2bab25b
.github/workflows/deploy.yml
@@ -43,7 +43,7 @@ jobs:
43
fi
44
45
- name: Checkout
46
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
47
48
- name: Setup Ruby
49
uses: ruby/setup-ruby@v1
.github/workflows/test-nightly.yml
@@ -35,7 +35,7 @@ jobs:
35
fail-fast: false
36
steps:
37
38
39
with:
40
ref: "main"
41
.github/workflows/test-pr.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Set up Ruby
0 commit comments