From a0ef485f23e6bee87d0044bd9dd709fd78aec5de Mon Sep 17 00:00:00 2001 From: Sebastian Reimers Date: Sun, 17 Jul 2022 12:26:19 +0200 Subject: [PATCH] ci/misc: bump pr-dependency-action@v0.5 --- .github/workflows/build.yml | 4 ++-- .github/workflows/mingw.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54a9836..94a7ce2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,14 +19,14 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: sreimers/pr-dependency-action@v0.3 + - uses: sreimers/pr-dependency-action@v0.5 with: name: re repo: https://github.com/baresip/re secret: ${{ secrets.GITHUB_TOKEN }} working-directory: '../.' - - uses: sreimers/pr-dependency-action@v0.3 + - uses: sreimers/pr-dependency-action@v0.5 with: name: retest repo: https://github.com/baresip/retest.git diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index ed6cd93..3874a0b 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -13,13 +13,13 @@ jobs: - uses: actions/checkout@v2 # needed for pr checkout - - uses: sreimers/pr-dependency-action@v0.3 + - uses: sreimers/pr-dependency-action@v0.5 with: name: re repo: https://github.com/baresip/re secret: ${{ secrets.GITHUB_TOKEN }} - - uses: sreimers/pr-dependency-action@v0.3 + - uses: sreimers/pr-dependency-action@v0.5 with: name: retest repo: https://github.com/baresip/retest @@ -68,7 +68,7 @@ jobs: with: path: baresip - - uses: sreimers/pr-dependency-action@v0.3 + - uses: sreimers/pr-dependency-action@v0.5 with: name: retest repo: https://github.com/baresip/retest