Skip to content

Commit

Permalink
update workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
KongZ committed Jan 4, 2024
1 parent a68aa9c commit 4d50bbc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chart-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/github_registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 4d50bbc

Please sign in to comment.