Skip to content

Commit 697f9d0

Browse files
Merge pull request #2513 from bugsnag/dependabot/github_actions/ruby/setup-ruby-1.254.0
2 parents 55fd152 + 8ec943f commit 697f9d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@bb6434c747fa7022e12fa1cae2a0951fcffcff26
27+
uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9
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@bb6434c747fa7022e12fa1cae2a0951fcffcff26 # v1.253.0
43+
uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
4444
with:
4545
ruby-version: 2.7
4646

0 commit comments

Comments
 (0)