Use latest version of filter action

This commit is contained in:
Daniel Tschinder 2019-07-20 15:14:07 +02:00 committed by GitHub
parent dfd59c183e
commit c84a4c8bfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ workflow "Issues" {
}
action "Is action 'opened'" {
uses = "actions/bin/filter@0dbb077f64d0ec1068a644d25c71b1db66148a24"
uses = "actions/bin/filter@master"
args = "action opened"
}