We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4cd7fc commit b865809Copy full SHA for b865809
.github/workflows/createNewCodeSandBoxDemo.yml
@@ -22,11 +22,11 @@ jobs:
22
egress-policy: audit
23
24
- name: Setup Ruby in runner
25
- uses: ruby/setup-ruby@a25f1e45f0e65a92fcb1e95e8847f78fb0a7197a
+ uses: ruby/setup-ruby@ee26e27437bde475b19a6bf8cb73c9fa658876a2
26
with:
27
- ruby-version: '3.4.7'
+ ruby-version: '3.2.0'
28
env:
29
- ImageOS: ubuntu24
+ ImageOS: ubuntu22
30
- name: Checkout code
31
uses: actions/checkout@v6
32
- name: Make a new Branch for version
0 commit comments