Skip to content

Commit

Permalink
Updates the workflows to use version 3 of the actions/checkout action.
Browse files Browse the repository at this point in the history
Updates the workflows to use version 3 of the actions/checkout action.
  • Loading branch information
simonbs authored Jul 18, 2023
1 parent 930fec3 commit a300ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive
- name: SwiftLint
Expand Down

0 comments on commit a300ca8

Please sign in to comment.