File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 env :
1313 JEKYLL_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v5
1616 - name : Algolia Jekyll Action
1717 uses : dieghernan/algolia-jekyll-action@dev
1818 with :
Original file line number Diff line number Diff line change 3535 JEKYLL_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to work out-of-the-box with jekyll-github-metadata
3636 steps :
3737 - name : Checkout
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939 - name : Setup Ruby
4040 # https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
4141 uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 1212 env :
1313 JEKYLL_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - uses : ruby/setup-ruby@v1
1717 with :
1818 bundler-cache : true
Original file line number Diff line number Diff line change 2929 JEKYLL_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to work out-of-the-box with jekyll-github-metadata
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 - name : Setup Ruby
3434 # https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
3535 uses : ruby/setup-ruby@v1
You can’t perform that action at this time.
0 commit comments