From 3dfbae0d101e573b7ddd48aa7e113de824731664 Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Thu, 13 Oct 2022 17:37:10 +0200 Subject: [PATCH] Pin relbot Github Action to the 1.0.0 tag https://github.com/mozilla-mobile/relbot/pull/88 will introduce some breaking changes that shouldn't make the fenix repo. --- .github/workflows/update-ac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-ac.yml b/.github/workflows/update-ac.yml index 952b16c30..22d25bffd 100644 --- a/.github/workflows/update-ac.yml +++ b/.github/workflows/update-ac.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: "Update Android-Components" - uses: mozilla-mobile/relbot@master + uses: mozilla-mobile/relbot@1.0.0 if: github.repository == 'mozilla-mobile/fenix' with: project: fenix