Skip to content

Commit

Permalink
Merge pull request #73 from 417-72KI/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
renovate[bot] authored Sep 17, 2023
2 parents 55d8716 + 23810ce commit bbb8531
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
group: ${{ github.head_ref }}-${{ github.workflow }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Danger
uses: 417-72KI/danger-swiftlint@v5
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
podspec:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Lint
run: pod spec lint
- name: Deploy
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
latest: ${{ steps.extract-matrix.outputs.latest-xcode-version }}
swift-versions: ${{ steps.extract-matrix.outputs.swift-versions }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: extract-matrix
run: |
echo "xcode-versions=$(cat .github/matrix.json | jq -rc '.xcode_version')" >> $GITHUB_OUTPUT
Expand All @@ -44,7 +44,7 @@ jobs:
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: create-destination-key
name: Create destination key for cache
run: echo "destination-key=$(echo "${{ matrix.destination }}" | sed -r 's/[, ]/_/g')" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
swift: ${{ fromJson(needs.extract-matrix.outputs.swift-versions) }}
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: |
Expand Down

0 comments on commit bbb8531

Please sign in to comment.