We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb9b8eb + 4451136 commit 757814cCopy full SHA for 757814c
2 files changed
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
24
- name: Setup Ruby
25
uses: ruby/setup-ruby@v1
26
with:
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
- uses: actions/checkout@v2
15
16
17
0 commit comments