Skip to content

Commit

Permalink
[minor] Update action/checkout to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Aug 8, 2023
1 parent 4de2dfa commit 899db53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os: [ubuntu-latest, macos-latest]
steps:
- name: "Checkout sources"
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: "Install Eigen (Linux)"
if: runner.os == 'Linux'
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout sources"
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: "Install Python"
uses: actions/setup-python@v4
Expand All @@ -70,7 +70,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout sources"
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive

Expand All @@ -92,7 +92,7 @@ jobs:
os: [ubuntu-latest, macos-latest]
steps:
- name: "Checkout sources"
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive

Expand Down

0 comments on commit 899db53

Please sign in to comment.