Skip to content

Commit a8a6326

Browse files
authored
Merge pull request #7 from Shopify/dependabot/github_actions/actions/checkout-4.2.2
Bump actions/checkout from 3.6.0 to 4.2.2
2 parents c38006c + 033d8c9 commit a8a6326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- { ruby: ruby-head, allowed-failure: true }
1313
name: Test Ruby ${{ matrix.entry.ruby }}
1414
steps:
15-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
15+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
1717
with:
1818
ruby-version: ${{ matrix.entry.ruby }}

0 commit comments

Comments
 (0)