Skip to content

Commit 4f7adda

Browse files
authored
build.yaml: upgrade actions
in case this indirectly fixes SSL error in #40
1 parent 60cd785 commit 4f7adda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repo
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
- name: Setup Ruby
1515
uses: ruby/setup-ruby@v1
1616
with:
@@ -23,7 +23,7 @@ jobs:
2323
run: bundle exec jekyll build
2424
- name: Deploy website
2525
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request' && !github.event.repository.fork
26-
uses: peaceiris/actions-gh-pages@v3
26+
uses: peaceiris/actions-gh-pages@v4
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
2929
publish_dir: _site

0 commit comments

Comments
 (0)