Skip to content

Commit

Permalink
2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEidinger committed Nov 18, 2022
1 parent 1f607c6 commit f09dca1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3.4
with:
isMutating: true
failWhenOutdated: false
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Action will fail in case there are outdated dependencies. This can be suppressed
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: MarcoEidinger/[email protected].2
- uses: MarcoEidinger/[email protected].4
with:
failWhenOutdated: false # or 'false'
```
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v3
- name: Check Swift package dependencies
id: spm-dep-check
uses: MarcoEidinger/[email protected].2
uses: MarcoEidinger/[email protected].4
with:
isMutating: true
failWhenOutdated: false
Expand Down

0 comments on commit f09dca1

Please sign in to comment.