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 e70e976 commit eb803a9Copy full SHA for eb803a9
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
container: ruby:3-buster
9
steps:
10
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
11
- uses: actions/cache@v4
12
with:
13
path: vendor/bundle
.github/workflows/github-pages.yml
@@ -15,7 +15,7 @@ jobs:
15
16
container: ruby:2-buster
17
18
19
20
21
0 commit comments