Skip to content

Commit

Permalink
build(deps): Bump sekassel-research/actions-rancher-update (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent 7b65b65 commit 56550cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cache-to: type=gha,mode=max
cache-from: type=gha
- name: Deploy to Rancher
uses: sekassel-research/actions-rancher-update@v3.0.0
uses: sekassel-research/actions-rancher-update@v3.3.0
with:
rancher_url: ${{ secrets.RANCHER_URL }}
rancher_token: ${{ secrets.RANCHER_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cache-to: type=gha,mode=max
cache-from: type=gha
- name: Deploy to Rancher
uses: sekassel-research/actions-rancher-update@v3.0.0
uses: sekassel-research/actions-rancher-update@v3.3.0
with:
rancher_url: ${{ secrets.RANCHER_URL }}
rancher_token: ${{ secrets.RANCHER_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
needs: [ projects-images, projects-proxy, projects-runtime ]
steps:
- name: Deploy the Projects Runtime to Rancher
uses: sekassel-research/actions-rancher-update@v3.0.0
uses: sekassel-research/actions-rancher-update@v3.3.0
with:
rancher_url: ${{ secrets.RANCHER_URL }}
rancher_token: ${{ secrets.RANCHER_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
cache-to: type=gha,mode=max
cache-from: type=gha
- name: Deploy to Rancher
uses: sekassel-research/actions-rancher-update@v3.0.0
uses: sekassel-research/actions-rancher-update@v3.3.0
with:
rancher_url: ${{ secrets.RANCHER_URL }}
rancher_token: ${{ secrets.RANCHER_TOKEN }}
Expand Down

0 comments on commit 56550cc

Please sign in to comment.