Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent ce18a92 commit 010b672
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Review, Lint, Verify
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Danger
uses: docker://ghcr.io/danger/danger-swift-with-swiftlint:3.15.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: macos-latest
steps:
- # Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- # Install Ruby
uses: ruby/setup-ruby@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
timeout-minutes: 30
steps:
- # Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- # Install dependencies
run: brew install xcbeautify
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
timeout-minutes: 30
steps:
- # Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- # Install dependencies
run: brew install xcbeautify
Expand Down

0 comments on commit 010b672

Please sign in to comment.