Skip to content

Commit

Permalink
2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEidinger committed Apr 28, 2022
1 parent 8c05861 commit 73a7443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusableWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- name: Check Swift package dependencies
id: spm-dep-check
uses: MarcoEidinger/swift-package-dependencies-check@main
uses: MarcoEidinger/swift-package-dependencies-check@2.1.4
with:
isMutating: true
failWhenOutdated: false
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL maintainer="Marco Eidinger <[email protected]>"

RUN git clone -b $SWIFT_RELEASENOTES_BRANCH $SWIFT_RELEASENOTES_REPOSITORY _swift-release-notes \
&& cd _swift-release-notes \
&& git checkout main \
&& git checkout 7a2ea33cc4731e93797f8447fb430ffe20b6afed \
&& make install \
&& cd

Expand Down

0 comments on commit 73a7443

Please sign in to comment.