Skip to content

Commit a30c0bd

Browse files
Update ci: pin actions versions to a specific commit (#5)
1 parent ce4931a commit a30c0bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212

1313
steps:
1414
- name: Clone repository
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1616
with:
1717
fetch-depth: 0
1818
submodules: true
1919

2020
- name: Set up Ruby
21-
uses: ruby/setup-ruby@v1
21+
uses: ruby/setup-ruby@ae195bbe749a7cef685ac729197124a48305c1cb # v1
2222
with:
2323
ruby-version: '3.3'
2424
bundler-cache: true
@@ -32,7 +32,7 @@ jobs:
3232
run: make
3333

3434
- name: Deploy
35-
uses: peaceiris/actions-gh-pages@v3
35+
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3
3636
if: success()
3737
with:
3838
allow_empty_commit: false

0 commit comments

Comments
 (0)