Skip to content

Commit

Permalink
Use full SHAs (GH is picky)
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams committed Sep 17, 2024
1 parent 79a50d8 commit 5e0e6ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:

- name: Set up swift (non-Windows)
if: ${{ runner.os != 'Windows' }}
uses: SwiftyLab/setup-swift@8573d0697a
uses: SwiftyLab/setup-swift@8573d0697a49e239a7e50df61f1555597a12e64e
with:
swift-version: ${{ env.swift-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc-extraction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
sudo gem install jazzy
- name: Setup swift
uses: SwiftyLab/setup-swift@8573d0697a
uses: SwiftyLab/setup-swift@8573d0697a49e239a7e50df61f1555597a12e64e
with:
swift-version: ${{ env.swift-version }}

Expand Down

0 comments on commit 5e0e6ec

Please sign in to comment.