We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a224f38 commit 2263903Copy full SHA for 2263903
.github/workflows/release.yml
@@ -15,15 +15,15 @@ jobs:
15
runs-on: ubuntu-latest
16
environment: build
17
steps:
18
+ - name: Checkout code
19
+ uses: actions/checkout@v3
20
+
21
- name: Set up Ruby
22
uses: ruby/setup-ruby@v1
23
with:
- ruby-version: '3.1'
24
+ ruby-version: '3.2.4'
25
bundler-cache: true
26
- - name: Checkout code
- uses: actions/checkout@v3
-
27
- name: Build gem
28
run: gem build fluent-plugin-kusto.gemspec
29
working-directory: .
0 commit comments