Skip to content

Commit 5e96303

Browse files
authored
chore: apply frizbee actions to workflows (#86)
1 parent 65b05ba commit 5e96303

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
- gemfiles/ruby.gemfile
2424
name: Ruby ${{ matrix.ruby }}, ${{ matrix.gemfile }} Tests
2525
steps:
26-
- uses: technote-space/auto-cancel-redundant-job@v1
26+
- uses: technote-space/auto-cancel-redundant-job@7d35aba30420fc2368f8aeed50371e99e7fa3239 # v1
2727
if: github.event_name == 'pull_request'
28-
- uses: actions/checkout@v2
29-
- uses: ruby/setup-ruby@v1
28+
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
29+
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1
3030
env:
3131
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
3232
with:

0 commit comments

Comments
 (0)