We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe0cbf6 commit a42b379Copy full SHA for a42b379
.github/workflows/gem.yml
@@ -19,7 +19,7 @@ jobs:
19
- 2.7
20
steps:
21
- name: Checkout Repository
22
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
23
- name: "Set up Ruby ${{ matrix.ruby_version }}"
24
uses: ruby/setup-ruby@v1
25
with:
0 commit comments