We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c818846 commit b3784bbCopy full SHA for b3784bb
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
docker compose up -d || (sleep 5 && docker compose up -d)
52
53
- name: Set up Ruby
54
- uses: ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 # v1.235.0
+ uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0
55
with:
56
ruby-version: ${{matrix.ruby}}
57
bundler-cache: true
@@ -86,7 +86,7 @@ jobs:
86
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
87
88
89
90
91
92
bundler-cache: false
0 commit comments