We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8104089 commit 3a435b5Copy full SHA for 3a435b5
.github/workflows/ci.yml
@@ -46,9 +46,9 @@ jobs:
46
DISPLAY: ":99.0"
47
48
steps:
49
- - uses: actions/checkout@v3
+ - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
50
- name: Set up Ruby
51
- uses: ruby/setup-ruby@v1
+ uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f # v1.227.0
52
with:
53
ruby-version: ${{ matrix.ruby }}
54
# runs 'bundle install' and caches installed gems automatically
0 commit comments