Skip to content

Commit

Permalink
Use actions/checkout@v3 to avoid warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl committed Oct 31, 2022
1 parent 18060db commit 402366a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
MODE: ["Debug", "Release"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build and Test
run: |
# Have to skip some tests that aren't working on newer OSes.
Expand All @@ -33,7 +33,7 @@ jobs:
matrix:
MODE: ["Debug", "Release"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build and Test
run: |
set -o pipefail
Expand All @@ -51,7 +51,7 @@ jobs:
matrix:
MODE: ["dbg", "opt"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: bazel test
run: |
go get github.com/bazelbuild/bazelisk
Expand All @@ -64,7 +64,7 @@ jobs:
# Can't shard by platform because of https://github.com/CocoaPods/CocoaPods/issues/11358
CONFIGURATION: ["Debug", "Release"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Pod lib lint
run: |
pod lib lint --verbose \
Expand Down

0 comments on commit 402366a

Please sign in to comment.