Skip to content

Commit 2c172b9

Browse files
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6d315fd commit 2c172b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workflow.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
os: [ubuntu-latest, macos-10.15]
1414
runs-on: ${{ matrix.os }}
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
- name: Mount Bazel cache
1818
uses: actions/cache@v3
1919
with:
@@ -64,7 +64,7 @@ jobs:
6464
name: Build & Test - Cross
6565
runs-on: ubuntu-latest
6666
steps:
67-
- uses: actions/checkout@v2
67+
- uses: actions/checkout@v3
6868
- name: Mount Bazel cache
6969
uses: actions/cache@v3
7070
with:
@@ -111,7 +111,7 @@ jobs:
111111
os: [ubuntu-latest, macos-10.15, windows-latest]
112112
runs-on: ${{ matrix.os }}
113113
steps:
114-
- uses: actions/checkout@v2
114+
- uses: actions/checkout@v3
115115
- name: Mount Bazel cache
116116
uses: actions/cache@v3
117117
with:

0 commit comments

Comments
 (0)