We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9c961b + dc608ac commit 4305f16Copy full SHA for 4305f16
.github/workflows/linting.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
16
- name: Set up Ruby 2.7
17
uses: ruby/setup-ruby@v1
18
with:
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
32
33
- name: checkout
34
35
- name: set up Ruby
36
37
0 commit comments