Skip to content

Commit

Permalink
chore: bump version to 1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Palazzi <sysdadmin@m1k.cloud>
  • Loading branch information
ironashram committed Mar 30, 2024
1 parent e2c1b12 commit 6daf78b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fetch-depth: '0'

- name: Check updates for ArgoCD Apps
uses: ironashram/argocd-apps-action@v1.0.0
uses: ironashram/argocd-apps-action@v1.1.0
with:
target_branch: main
create_pr: true
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
steps:
- name: Download ArgoCD Apps Action Binary
env:
ACTION_VERSION: "v1.0.0"
ACTION_VERSION: "v1.1.0"
shell: bash
run: |
wget https://github.com/ironashram/argocd-apps-action/releases/download/${ACTION_VERSION}/argocd-apps-action-${ACTION_VERSION}-linux-amd64.tar.gz
Expand Down

0 comments on commit 6daf78b

Please sign in to comment.