Skip to content

Commit 56a42b4

Browse files
authored
Update github-pages.yml
1 parent 9155592 commit 56a42b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
uses: actions/checkout@v4
2828

2929
- name: Setup Ruby
30-
uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195.0
30+
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207.0
3131
with:
3232
ruby-version: '3.2' # Not needed with a .ruby-version file
3333
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3434
cache-version: 0 # Increment this number if you need to re-download cached gems
3535

3636
- name: Setup Pages
3737
id: pages
38-
uses: actions/configure-pages@v3
38+
uses: actions/configure-pages@v5
3939

4040
- name: Build with Jekyll
4141
# Outputs to the './_site' directory by default
@@ -57,4 +57,4 @@ jobs:
5757
steps:
5858
- name: Deploy to GitHub Pages
5959
id: deployment
60-
uses: actions/deploy-pages@v2
60+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)