Skip to content

Commit

Permalink
Merge pull request #132 from OctoNezd/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4
  • Loading branch information
dependabot[bot] authored Mar 24, 2024
2 parents 25cad82 + c833f9e commit 4f3df90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make-rel-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Build for iOS
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-rel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Build ${{ matrix.make_target }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Copy certificate from secrets
Expand Down

0 comments on commit 4f3df90

Please sign in to comment.