Skip to content

Commit d025018

Browse files
authored
Merge pull request #741 from Shopify/dependabot/github_actions/actions-aae69f6766
2 parents 4556de0 + 40cbc06 commit d025018

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dump-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
token: ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }}
2929

3030
- name: Setup Ruby
31-
uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
31+
uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
3232
with:
3333
bundler-cache: true
3434

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121
- name: Set up Ruby
22-
uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
22+
uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
2323
with:
2424
ruby-version: ${{ matrix.ruby }}
2525
bundler-cache: true

0 commit comments

Comments
 (0)