Skip to content

Commit 6293b1d

Browse files
Merge pull request #2416 from bugsnag/dependabot/github_actions/ruby/setup-ruby-1.230.0
2 parents 65515f1 + 5e7a3f5 commit 6293b1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/aws-lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2525

2626
- name: Install Ruby
27-
uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252
27+
uses: ruby/setup-ruby@e5ac7b085f6e63d49c8973eb0c6e04d876b881f1
2828
with:
2929
ruby-version: '3.1'
3030

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- run: git submodule update --init --recursive
4141

4242
- name: Install ruby
43-
uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0
43+
uses: ruby/setup-ruby@e5ac7b085f6e63d49c8973eb0c6e04d876b881f1 # v1.230.0
4444
with:
4545
ruby-version: 2.7
4646

0 commit comments

Comments
 (0)