Skip to content

Commit

Permalink
Update actions/checkout action to v3 (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored Jul 11, 2022
1 parent bb9d288 commit 25ab1cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive
- name: install toolchain
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive
- name: install toolchain
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
with:
profile: minimal
toolchain: stable
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Protoc
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- windows-latest
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive
- name: install toolchain
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive
- name: install toolchain
Expand Down

0 comments on commit 25ab1cc

Please sign in to comment.