There was an error while loading. Please reload this page.
1 parent 5126c96 commit ed8ed6bCopy full SHA for ed8ed6b
2 files changed
.github/workflows/lint.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout repository
17
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
18
- name: Set up Ruby
19
uses: ruby/setup-ruby@v1
20
with:
.github/workflows/ruby.yml
@@ -25,7 +25,7 @@ jobs:
25
distribution: 'temurin'
26
java-version: '21'
27
28
29
30
31
0 commit comments