Skip to content

Commit 626cf84

Browse files
Fixed error
Updated to use hash rather than version
1 parent 6fbb8ea commit 626cf84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/createNewCodeSandBoxDemo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Setup Ruby in runner
10-
uses: ruby/setup-ruby@v1
10+
uses: ruby/setup-ruby@ee26e27437bde475b19a6bf8cb73c9fa658876a2
1111
with:
1212
ruby-version: '3.1.2'
1313
- name: Make a new Branch for version

0 commit comments

Comments
 (0)