Skip to content

Commit

Permalink
Upgrade actions/checkout to 4 version (#51)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent 10f3732 commit 6a1f9d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-new-ver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: ./upgrade-ver.sh
id: new
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
|| (matrix.os == 'windows' && 'windows-2019')
|| 'ubuntu-latest' }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: ./disk_cleanup.sh
if: ${{ matrix.os == 'android' || matrix.os == 'linux' }}
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
needs: ["release-github"]
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-cocoapods@v1
with:
version: latest
Expand All @@ -88,7 +88,7 @@ jobs:
needs: ["build"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Parse release version
id: release
Expand Down

0 comments on commit 6a1f9d9

Please sign in to comment.