Skip to content

Commit 4436940

Browse files
authored
Merge pull request #593 from fog/fixup-workflows
Update workflows
2 parents 4d914bb + 14487b4 commit 4436940

9 files changed

+9
-49
lines changed

.github/workflows/integration-compute-core.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,9 @@ jobs:
3333
max-parallel: 1
3434

3535
steps:
36-
- uses: actions/checkout@v3.1.0
36+
- uses: actions/checkout@v3
3737
- name: Set up Ruby
3838
uses: ruby/setup-ruby@v1
39-
env:
40-
# Needs to be set up for self-hosted runners, see:
41-
# https://github.com/ruby/setup-ruby#using-self-hosted-runners
42-
# Image used in runners: summerwind/actions-runner
43-
ImageOS: ubuntu20
4439
with:
4540
ruby-version: ${{ matrix.ruby-version }}
4641
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/integration-compute-instance_groups.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,9 @@ jobs:
3333
max-parallel: 1
3434

3535
steps:
36-
- uses: actions/checkout@v3.1.0
36+
- uses: actions/checkout@v3
3737
- name: Set up Ruby
3838
uses: ruby/setup-ruby@v1
39-
env:
40-
# Needs to be set up for self-hosted runners, see:
41-
# https://github.com/ruby/setup-ruby#using-self-hosted-runners
42-
# Image used in runners: summerwind/actions-runner
43-
ImageOS: ubuntu20
4439
with:
4540
ruby-version: ${{ matrix.ruby-version }}
4641
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/integration-compute-loadbalancing.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,9 @@ jobs:
3333
max-parallel: 1
3434

3535
steps:
36-
- uses: actions/checkout@v3.1.0
36+
- uses: actions/checkout@v3
3737
- name: Set up Ruby
3838
uses: ruby/setup-ruby@v1
39-
env:
40-
# Needs to be set up for self-hosted runners, see:
41-
# https://github.com/ruby/setup-ruby#using-self-hosted-runners
42-
# Image used in runners: summerwind/actions-runner
43-
ImageOS: ubuntu20
4439
with:
4540
ruby-version: ${{ matrix.ruby-version }}
4641
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/integration-compute-networking.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,9 @@ jobs:
3333
max-parallel: 1
3434

3535
steps:
36-
- uses: actions/checkout@v3.1.0
36+
- uses: actions/checkout@v3
3737
- name: Set up Ruby
3838
uses: ruby/setup-ruby@v1
39-
env:
40-
# Needs to be set up for self-hosted runners, see:
41-
# https://github.com/ruby/setup-ruby#using-self-hosted-runners
42-
# Image used in runners: summerwind/actions-runner
43-
ImageOS: ubuntu20
4439
with:
4540
ruby-version: ${{ matrix.ruby-version }}
4641
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/integration-monitoring.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,9 @@ jobs:
3434
max-parallel: 1
3535

3636
steps:
37-
- uses: actions/checkout@v3.1.0
37+
- uses: actions/checkout@v3
3838
- name: Set up Ruby
3939
uses: ruby/setup-ruby@v1
40-
env:
41-
# Needs to be set up for self-hosted runners, see:
42-
# https://github.com/ruby/setup-ruby#using-self-hosted-runners
43-
# Image used in runners: summerwind/actions-runner
44-
ImageOS: ubuntu20
4540
with:
4641
ruby-version: ${{ matrix.ruby-version }}
4742
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/integration-pubsub.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,9 @@ jobs:
3434
max-parallel: 1
3535

3636
steps:
37-
- uses: actions/checkout@v3.1.0
37+
- uses: actions/checkout@v3
3838
- name: Set up Ruby
3939
uses: ruby/setup-ruby@v1
40-
env:
41-
# Needs to be set up for self-hosted runners, see:
42-
# https://github.com/ruby/setup-ruby#using-self-hosted-runners
43-
# Image used in runners: summerwind/actions-runner
44-
ImageOS: ubuntu20
4540
with:
4641
ruby-version: ${{ matrix.ruby-version }}
4742
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/integration-sql.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,9 @@ jobs:
3434
max-parallel: 1
3535

3636
steps:
37-
- uses: actions/checkout@v3.1.0
37+
- uses: actions/checkout@v3
3838
- name: Set up Ruby
3939
uses: ruby/setup-ruby@v1
40-
env:
41-
# Needs to be set up for self-hosted runners, see:
42-
# https://github.com/ruby/setup-ruby#using-self-hosted-runners
43-
# Image used in runners: summerwind/actions-runner
44-
ImageOS: ubuntu20
4540
with:
4641
ruby-version: ${{ matrix.ruby-version }}
4742
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/integration-storage.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,9 @@ jobs:
3535
max-parallel: 1
3636

3737
steps:
38-
- uses: actions/checkout@v3.1.0
38+
- uses: actions/checkout@v3
3939
- name: Set up Ruby
4040
uses: ruby/setup-ruby@v1
41-
env:
42-
# Needs to be set up for self-hosted runners, see:
43-
# https://github.com/ruby/setup-ruby#using-self-hosted-runners
44-
# Image used in runners: summerwind/actions-runner
45-
ImageOS: ubuntu20
4641
with:
4742
ruby-version: ${{ matrix.ruby-version }}
4843
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/unit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
ruby-version: ['2.5', '2.6', '2.7', '3.0', '3.1', 'head', 'truffleruby-head']
1515

1616
steps:
17-
- uses: actions/checkout@v3.1.0
17+
- uses: actions/checkout@v3
1818
- name: Set up Ruby
1919
uses: ruby/setup-ruby@v1
2020
with:

0 commit comments

Comments
 (0)