From 4d50bbc1ca478ee6b1b220093be88391d8019244 Mon Sep 17 00:00:00 2001 From: Siri Chongasamethaworn Date: Thu, 4 Jan 2024 09:49:55 +0700 Subject: [PATCH] update workflow version --- .github/workflows/chart-release.yml | 4 ++-- .github/workflows/github_registry.yml | 6 +++--- .github/workflows/pull_request.yml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/chart-release.yml b/.github/workflows/chart-release.yml index 764021f..cc68adc 100644 --- a/.github/workflows/chart-release.yml +++ b/.github/workflows/chart-release.yml @@ -32,10 +32,10 @@ jobs: - name: Install Helm uses: azure/setup-helm@v3 with: - version: v3.11.1 + version: v3.13.0 - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.5.0 + uses: helm/chart-releaser-action@v1.6.0 with: charts_dir: charts env: diff --git a/.github/workflows/github_registry.yml b/.github/workflows/github_registry.yml index 813f62d..422dbda 100644 --- a/.github/workflows/github_registry.yml +++ b/.github/workflows/github_registry.yml @@ -14,13 +14,13 @@ jobs: uses: actions/checkout@v3 - name: Set up QEMU id: qemu - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 with: image: tonistiigi/binfmt:latest platforms: all - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Cache Docker layers uses: actions/cache@v3 with: @@ -57,7 +57,7 @@ jobs: run: echo ${{ steps.docker_piggy-env.outputs.digest }} - name: Build piggy-webhooks and push id: docker_piggy-webhooks - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: ./piggy-webhooks build-args: | diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 1e62500..6e649ab 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -14,7 +14,7 @@ jobs: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 - name: Lint Code Base - uses: github/super-linter@v4 + uses: github/super-linter@v5 env: VALIDATE_ALL_CODEBASE: false VALIDATE_YAML: false @@ -24,7 +24,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Cache Docker layers uses: actions/cache@v3 with: @@ -45,7 +45,7 @@ jobs: cache-to: type=local,dest=/tmp/.buildx-cache - name: Build piggy-webhooks id: docker_piggy-webhooks - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: ./piggy-webhooks file: ./piggy-webhooks/Dockerfile