From b23a888f0c0f1046af86a670b18737b0f7be0d54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 13:14:06 +0000 Subject: [PATCH 1/3] chore(deps): update peter-evans/create-pull-request action to v6 --- .github/workflows/depup.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/depup.yml b/.github/workflows/depup.yml index 46573f4..ca74dae 100644 --- a/.github/workflows/depup.yml +++ b/.github/workflows/depup.yml @@ -24,7 +24,7 @@ jobs: repo: koalaman/shellcheck - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.GITHUB_TOKEN }} title: "chore(deps): update shellcheck to ${{ steps.depup.outputs.latest }}" @@ -50,7 +50,7 @@ jobs: repo: reviewdog/reviewdog - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.GITHUB_TOKEN }} title: "chore(deps): update reviewdog to ${{ steps.depup.outputs.latest }}" @@ -76,7 +76,7 @@ jobs: repo: rhysd/actionlint - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.GITHUB_TOKEN }} title: "chore(deps): update actionlint to ${{ steps.depup.outputs.latest }}" From c4ac08c67047c89ae8f0f7796b4345e2bb07fe44 Mon Sep 17 00:00:00 2001 From: review-dog <22892449+review-dog@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:05:39 +0000 Subject: [PATCH 2/3] chore(deps): update reviewdog to 0.17.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f40d783..76692db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN apk --update add git curl && \ rm /var/cache/apk/* # install reviewdog -ENV REVIEWDOG_VERSION=v0.17.0 +ENV REVIEWDOG_VERSION=v0.17.1 RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION} # install actionlint From 09bb51384b82d92bbd4caee22e688c684f5cbc94 Mon Sep 17 00:00:00 2001 From: shogo82148 <1157344+shogo82148@users.noreply.github.com> Date: Sat, 24 Feb 2024 15:39:26 +0000 Subject: [PATCH 3/3] chore(deps): update actionlint to 1.6.27 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 76692db..4d14053 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ ENV REVIEWDOG_VERSION=v0.17.1 RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION} # install actionlint -ENV ACTIONLINT_VERSION=1.6.26 +ENV ACTIONLINT_VERSION=1.6.27 ENV OSTYPE=linux-gnu RUN cd /usr/local/bin/ && wget -O - -q https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash | sh -s -- ${ACTIONLINT_VERSION}