Skip to content

Commit

Permalink
Update 'actions/checkout@v4' GitHub action version
Browse files Browse the repository at this point in the history
  • Loading branch information
xRuiAlves committed May 15, 2024
1 parent 666dd1e commit 9e706f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
device: "iPhone 11 Pro Max"
runs-on: "${{ matrix.os }}"
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "${{ matrix.xcode }}"
Expand All @@ -44,7 +44,7 @@ jobs:
needs: test
runs-on: "macos-10.15"
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "latest-stable"
Expand All @@ -64,7 +64,7 @@ jobs:
needs: test
runs-on: "macos-10.15"
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "latest-stable"
Expand All @@ -88,7 +88,7 @@ jobs:
needs: test
runs-on: "macos-latest"
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "latest-stable"
Expand Down

0 comments on commit 9e706f4

Please sign in to comment.