Skip to content

Commit f7c440c

Browse files
authored
Merge pull request #62 from Shopify/revert-pining
Revert github actions pinning
2 parents df89b4f + ae3da1b commit f7c440c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- "3.3"
1818

1919
steps:
20-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+
- uses: actions/checkout@v4
2121
- name: Set up Ruby
22-
uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 # v1.238.0
22+
uses: ruby/setup-ruby@v1
2323
with:
2424
ruby-version: ${{ matrix.ruby }}
2525
bundler-cache: true

0 commit comments

Comments
 (0)