We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3489334 + 6ac2b7c commit 85d4714Copy full SHA for 85d4714
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-24.04
13
steps:
14
- name: Checkout code
15
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
16
17
- name: Install Ruby
18
uses: ruby/setup-ruby@v1
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
19
20
21
22
0 commit comments