Skip to content

Commit 2a8c621

Browse files
committed
Update GitHub Actions versions in ci.yml and doc.yml
1 parent 4c45143 commit 2a8c621

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
os: [ 'ubuntu', 'macos' ]
1010
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2', '3.3' ]
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- uses: ruby/setup-ruby@v1
1414
with:
1515
ruby-version: ${{ matrix.ruby }}

.github/workflows/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- uses: ruby/setup-ruby@v1
1515
with:
1616
ruby-version: ruby
1717
- name: Generate document
1818
run: gem install -N yard && yard doc
1919
- name: Publish Documentation on GitHub Pages
20-
uses: peaceiris/actions-gh-pages@v3
20+
uses: peaceiris/actions-gh-pages@v4
2121
with:
2222
github_token: ${{ secrets.GITHUB_TOKEN }}
2323
publish_dir: ./doc

0 commit comments

Comments
 (0)