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

Commit 5b78703

Browse files
committed
Update deply gh actions versions
1 parent 65e5064 commit 5b78703

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 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') }}
@@ -34,10 +34,10 @@ jobs:
3434
bundle config path vendor/bundle
3535
bundle install --jobs 4 --retry 3
3636
37-
- run: bundle exec middleman build
37+
- run: bundle exec middleman build --verbose
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)