Skip to content

Commit

Permalink
Merge pull request #69 from Ryu0118/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
Ryu0118 authored Dec 6, 2023
2 parents 9f8e0d5 + 2f3572f commit b68d5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
xcode-version: '15.0'

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Test
run: |
Expand Down

0 comments on commit b68d5f6

Please sign in to comment.