Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and thomasvl committed Nov 16, 2023
1 parent 4ef7a12 commit 892abd3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
MODE: ["Debug", "Release"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build and Test
run: |
# Have to skip some tests that aren't working on newer OSes.
Expand All @@ -32,7 +32,7 @@ jobs:
matrix:
MODE: ["Debug", "Release"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build and Test
run: |
set -o pipefail
Expand All @@ -50,7 +50,7 @@ jobs:
matrix:
MODE: ["dbg", "opt"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: bazel test
run: |
bazel test --build_tests_only -c "${{ matrix.MODE }}" //...
Expand All @@ -62,7 +62,7 @@ jobs:
# Can't shard by platform because of https://github.com/CocoaPods/CocoaPods/issues/11358
CONFIGURATION: ["Debug", "Release"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Pod lib lint
run: |
pod lib lint --verbose \
Expand Down

0 comments on commit 892abd3

Please sign in to comment.