Skip to content

Commit

Permalink
Merge pull request #201 from natsuk4ze/Bump-dependecies-in-CI
Browse files Browse the repository at this point in the history
Bump dependecies in CI
  • Loading branch information
natsuk4ze committed Jan 25, 2024
2 parents 9e8d917 + b7cf032 commit 23fa406
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ updates:
- package-ecosystem: "pub"
directory: "/example"
schedule:
interval: "weekly"
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel
uses: styfle/cancel-workflow-action@0.11.0
uses: styfle/cancel-workflow-action@0.12.0
with:
access_token: ${{ github.token }}

Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
channel: beta

- name: Boot ios simulator
uses: futureware-tech/simulator-action@v2
uses: futureware-tech/simulator-action@v3
with:
model: iPhone 14 Pro Max
os_version: ^${{ matrix.ios-version }}
Expand Down

0 comments on commit 23fa406

Please sign in to comment.