Skip to content

Commit 8430c69

Browse files
authored
Update Github action documentation on README
I will write a script to update those during release
1 parent f6ce0e1 commit 8430c69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
steps:
179179
- uses: actions/checkout@v1
180180
- name: Danger
181-
uses: danger/swift@3.3.0
181+
uses: danger/swift@3.13.0
182182
with:
183183
args: --failOnErrors --no-publish-check
184184
env:
@@ -199,7 +199,7 @@ jobs:
199199
steps:
200200
- uses: actions/checkout@v1
201201
- name: Danger
202-
uses: docker://ghcr.io/danger/danger-swift:3.7.2
202+
uses: docker://ghcr.io/danger/danger-swift:3.13.0
203203
with:
204204
args: --failOnErrors --no-publish-check
205205
env:

0 commit comments

Comments
 (0)