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 66e411b commit 505e70eCopy full SHA for 505e70e
.github/workflows/linux-ruby-head.yml
@@ -30,7 +30,7 @@ jobs:
30
--health-retries 5
31
name: Ruby ${{ matrix.ruby }} with PostgreSQL ${{ matrix.postgres }} unit testing on ${{ matrix.os }}
32
steps:
33
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
34
- uses: ruby/setup-ruby@v1
35
with:
36
ruby-version: ${{ matrix.ruby }}
.github/workflows/linux.yml
@@ -31,7 +31,7 @@ jobs:
37
0 commit comments