Skip to content

Commit

Permalink
Merge pull request #308 from pabloromeo/dev
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
pabloromeo authored May 5, 2024
2 parents 5e705b9 + a8a0767 commit 239bd04
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 48 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0

- name: Install Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
with:
version: 3.12.0
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -56,15 +56,15 @@ jobs:
helm repo index --url https://pabloromeo.github.io/clusterplex --merge index.yaml .
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
id: auto-commit
with:
repository: dest
branch: gh-pages
file_pattern: "index.yaml *.tgz *.md"

- name: Wait for deploy
uses: fountainhead/action-wait-for-check@v1.1.0
uses: fountainhead/action-wait-for-check@v1.2.0
if: ${{ steps.auto-commit.outputs.changes_detected }}
id: wait-for-deploy
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v8
- uses: actions/stale@v9
with:
days-before-issue-stale: 30
days-before-issue-close: 14
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lscr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to GHCR
if: github.event_name != 'pull_request'
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
labels: ${{ steps.meta_pms_dockermod.outputs.labels }}
- name: Docker Hub Description
if: github.event_name != 'pull_request'
uses: peter-evans/dockerhub-description@v3
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand All @@ -98,7 +98,7 @@ jobs:
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to GHCR
if: github.event_name != 'pull_request'
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
labels: ${{ steps.meta_worker_dockermod.outputs.labels }}
- name: Docker Hub Description
if: github.event_name != 'pull_request'
uses: peter-evans/dockerhub-description@v3
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

# - name: Available platforms
# run: echo ${{ steps.buildx.outputs.platforms }}
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
labels: ${{ steps.meta_pms.outputs.labels }}
- name: Docker Hub Description
if: github.event_name != 'pull_request'
uses: peter-evans/dockerhub-description@v3
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand All @@ -109,7 +109,7 @@ jobs:
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

# - name: Available platforms
# run: echo ${{ steps.buildx.outputs.platforms }}
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
labels: ${{ steps.meta_worker.outputs.labels }}
- name: Docker Hub Description
if: github.event_name != 'pull_request'
uses: peter-evans/dockerhub-description@v3
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand All @@ -177,7 +177,7 @@ jobs:
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

# - name: Available platforms
# run: echo ${{ steps.buildx.outputs.platforms }}
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
labels: ${{ steps.meta_orchestrator.outputs.labels }}
- name: Docker Hub Description
if: github.event_name != 'pull_request'
uses: peter-evans/dockerhub-description@v3
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down
40 changes: 20 additions & 20 deletions orchestrator/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions worker/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 239bd04

Please sign in to comment.