Skip to content

Commit 2061a20

Browse files
Fixed error
Updated action to use hash rather than version
1 parent 9ab01e5 commit 2061a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/createNewAtomicSandBoxDemo.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
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)