We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5ce8c0 + 1a1e737 commit 7f7db9cCopy full SHA for 7f7db9c
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
RUBOCOP_CACHE_ROOT: tmp/rubocop
14
steps:
15
- name: Checkout code
16
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
17
18
- name: Set up Ruby
19
uses: ruby/setup-ruby@v1
@@ -45,7 +45,7 @@ jobs:
45
# options: --health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
46
47
48
49
50
51
0 commit comments