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.
2 parents 55fd152 + 8ec943f commit 697f9d0Copy full SHA for 697f9d0
.github/workflows/aws-lambda.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
25
26
- name: Install Ruby
27
- uses: ruby/setup-ruby@bb6434c747fa7022e12fa1cae2a0951fcffcff26
+ uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9
28
with:
29
ruby-version: '3.1'
30
.github/workflows/update-dependencies.yml
@@ -40,7 +40,7 @@ jobs:
40
- run: git submodule update --init --recursive
41
42
- name: Install ruby
43
- uses: ruby/setup-ruby@bb6434c747fa7022e12fa1cae2a0951fcffcff26 # v1.253.0
+ uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
44
45
ruby-version: 2.7
46
0 commit comments