Bump actions/checkout from 2 to 3 (#8986)

Merge pull request 8986
This commit is contained in:
dependabot[bot] 2022-04-07 03:53:38 -07:00 committed by GitHub
parent d1ecbcbff4
commit 23a2451459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 8 deletions

View File

@ -20,7 +20,7 @@ jobs:
BENCHMARK: true BENCHMARK: true
steps: steps:
- name: Checkout Jekyll - name: Checkout Jekyll
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Set up Ruby - name: Set up Ruby
uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1
with: with:

View File

@ -28,7 +28,7 @@ jobs:
ruby_version: "jruby-9.3.4.0" ruby_version: "jruby-9.3.4.0"
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: "Set up ${{ matrix.label }}" - name: "Set up ${{ matrix.label }}"
uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1
with: with:
@ -58,7 +58,7 @@ jobs:
ruby_version: "2.7" ruby_version: "2.7"
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: "Set up Ruby ${{ matrix.ruby_version }}" - name: "Set up Ruby ${{ matrix.ruby_version }}"
uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1
with: with:

View File

@ -17,7 +17,7 @@ jobs:
BUNDLE_JOBS: 4 BUNDLE_JOBS: 4
BUNDLE_RETRY: 3 BUNDLE_RETRY: 3
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@v1
with: with:
ruby-version: ${{ env.RUBY_VERSION }} ruby-version: ${{ env.RUBY_VERSION }}

View File

@ -20,7 +20,7 @@ jobs:
- 2.7 - 2.7
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: "Set up Ruby ${{ matrix.ruby_version }}" - name: "Set up Ruby ${{ matrix.ruby_version }}"
uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1
with: with:

View File

@ -17,6 +17,6 @@ jobs:
runs-on: "ubuntu-latest" runs-on: "ubuntu-latest"
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Check Spellings - name: Check Spellings
uses: check-spelling/check-spelling@v0.0.19 uses: check-spelling/check-spelling@v0.0.19

View File

@ -18,12 +18,12 @@ jobs:
BUNDLE_RETRY: 3 BUNDLE_RETRY: 3
steps: steps:
- name: Checkout Jekyll - name: Checkout Jekyll
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
fetch-depth: 5 fetch-depth: 5
path: jekyll path: jekyll
- name: Checkout Third-Party Repository - name: Checkout Third-Party Repository
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
repository: ashmaroli/tomjoht.github.io repository: ashmaroli/tomjoht.github.io
path: sandbox path: sandbox