Skip to content

Commit 1eb7882

Browse files
authored
ci: update
1 parent 23365fe commit 1eb7882

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
webpage:
1111
runs-on: ubuntu-20.04
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414

1515
- name: Checkout build sources
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717
with:
1818
repository: mpv-player/mpv.io
1919

2020
- name: Checkout build result repository
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222
with:
2323
repository: mpv-player/mpv-player.github.io
2424
ref: master
@@ -33,7 +33,6 @@ jobs:
3333
- name: Set up Ruby
3434
uses: ruby/setup-ruby@v1
3535
with:
36-
ruby-version: "2.1"
3736
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3837

3938
- name: Build site and manual

0 commit comments

Comments
 (0)