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 ce4931a commit a30c0bdCopy full SHA for a30c0bd
.github/workflows/deploy.yml
@@ -12,13 +12,13 @@ jobs:
12
13
steps:
14
- name: Clone repository
15
- uses: actions/checkout@v4
+ uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
16
with:
17
fetch-depth: 0
18
submodules: true
19
20
- name: Set up Ruby
21
- uses: ruby/setup-ruby@v1
+ uses: ruby/setup-ruby@ae195bbe749a7cef685ac729197124a48305c1cb # v1
22
23
ruby-version: '3.3'
24
bundler-cache: true
@@ -32,7 +32,7 @@ jobs:
32
run: make
33
34
- name: Deploy
35
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3
36
if: success()
37
38
allow_empty_commit: false
0 commit comments