Skip to content
This repository was archived by the owner on May 19, 2026. It is now read-only.

Commit 92808f2

Browse files
committed
Update deply gh actions versions
1 parent 5c46ba7 commit 92808f2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
ruby-version: 3.3
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v6
1818
- name: Set up Ruby
1919
uses: ruby/setup-ruby@v1
2020
with:
2121
ruby-version: ${{ env.ruby-version }}
2222

23-
- uses: actions/cache@v3
23+
- uses: actions/cache@v5
2424
with:
2525
path: vendor/bundle
2626
key: gems-${{ runner.os }}-${{ env.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}
@@ -37,7 +37,7 @@ jobs:
3737
- run: bundle exec middleman build
3838

3939
- name: Deploy
40-
uses: peaceiris/actions-gh-pages@v3
40+
uses: peaceiris/actions-gh-pages@v4
4141
with:
4242
github_token: ${{ secrets.GITHUB_TOKEN }}
4343
publish_dir: ./build

0 commit comments

Comments
 (0)