Skip to content

Commit 09f397a

Browse files
Fixing github action failures
Signed-off-by: paragchak-sumo <[email protected]>
1 parent d4c89b9 commit 09f397a

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

.github/workflows/acceptance-cluster.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
ruby-version: '2.7'
3434
bundler-cache: true
3535
bundler: '2.1.0'
36+
- name: Update RubyGems
37+
run: gem update --system 3.3.22
3638
- name: Decrypt secrets
3739
env:
3840
SENSU_SECRETS_PASSWORD: ${{ secrets.SENSU_SECRETS_PASSWORD }}

.github/workflows/acceptance-full.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
ruby-version: '2.7'
4949
bundler-cache: true
5050
bundler: '2.1.0'
51+
- name: Update RubyGems
52+
run: gem update --system 3.3.22
5153
- name: Decrypt secrets
5254
env:
5355
SENSU_SECRETS_PASSWORD: ${{ secrets.SENSU_SECRETS_PASSWORD }}

.github/workflows/acceptance.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
ruby-version: '2.7'
4141
bundler-cache: true
4242
bundler: '2.1.0'
43+
44+
- name: Update RubyGems
45+
run: gem update --system 3.3.22
4346
- name: Decrypt secrets
4447
env:
4548
SENSU_SECRETS_PASSWORD: ${{ secrets.SENSU_SECRETS_PASSWORD }}

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
ruby-version: '2.7'
2222
bundler-cache: true
2323
bundler: '2.1.0'
24+
- name: Update RubyGems
25+
run: gem update --system 3.3.22
2426
- name: Build and Deploy
2527
env:
2628
BLACKSMITH_FORGE_USERNAME: sensu

0 commit comments

Comments
 (0)