From 51176fdbc6921625218f69cb445f68c77565b07a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 13 Dec 2024 00:07:28 +0000 Subject: [PATCH] Bump firebase-tools to v13.29.0 --- Dockerfile | 4 ++-- action.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4407d03..32017ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:20-buster -LABEL version="13.28.0" +LABEL version="13.29.0" LABEL repository="https://github.com/w9jds/firebase-action" LABEL homepage="https://github.com/w9jds/firebase-action" LABEL maintainer="Jeremy Shore " @@ -13,7 +13,7 @@ LABEL com.github.actions.color="gray-dark" RUN apt update && apt-get install --no-install-recommends -y jq openjdk-11-jre && rm -rf /var/lib/apt/lists/* RUN npm i -g npm@8.10.0 && npm cache clean --force -RUN npm i -g firebase-tools@13.28.0 && npm cache clean --force +RUN npm i -g firebase-tools@13.29.0 && npm cache clean --force COPY LICENSE README.md / COPY "entrypoint.sh" "/entrypoint.sh" diff --git a/action.yaml b/action.yaml index 29f1757..777360a 100644 --- a/action.yaml +++ b/action.yaml @@ -12,4 +12,4 @@ outputs: runs: using: "docker" - image: "docker://w9jds/firebase-action:v13.28.0" + image: "docker://w9jds/firebase-action:v13.29.0"