Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzanowskim committed Apr 11, 2024
1 parent f50da82 commit e54db52
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/linux.yml
Expand Up @@ -12,7 +12,10 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- name: Checkout
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Swift Package Build
run: swift build -v
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/macos.yml
Expand Up @@ -12,7 +12,10 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- name: Checkout
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Select Xcode Version
uses: maxim-lobanov/setup-xcode@v1
Expand Down

0 comments on commit e54db52

Please sign in to comment.