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 7606078 commit dfa044fCopy full SHA for dfa044f
.github/workflows/build-and-deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout source
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
19
- name: Setup Ruby
20
uses: ruby/setup-ruby@v1
21
with:
.github/workflows/link_check.yaml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: false
10
11
- name: Checkout
12
13
- name: Ruby Install
14
0 commit comments