Skip to content

Update zio, zio-streams, zio-test, ... to 2.1.5 (#1342) #543

Update zio, zio-streams, zio-test, ... to 2.1.5 (#1342)

Update zio, zio-streams, zio-test, ... to 2.1.5 (#1342) #543

Workflow file for this run

name: autoupdate
on:
push: {}
jobs:
autoupdate:
name: autoupdate
runs-on: ubuntu-latest
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
PR_FILTER: "labelled"
PR_LABELS: "type: dependencies,autoupdate"
EXCLUDED_LABELS: "do-not-autoupdate"