We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24dcb24 commit 48d0c38Copy full SHA for 48d0c38
README.md
@@ -42,7 +42,7 @@ jobs:
42
fetch-depth: '0'
43
44
- name: Check updates for ArgoCD Apps
45
- uses: ironashram/argocd-apps-action@v1.4.0
+ uses: ironashram/argocd-apps-action@v1.4.1
46
with:
47
skip_prerelease: true
48
target_branch: main
action.yml
@@ -29,7 +29,7 @@ runs:
29
steps:
30
- name: Download ArgoCD Apps Action Binary
31
env:
32
- ACTION_VERSION: "v1.4.0"
+ ACTION_VERSION: "v1.4.1"
33
shell: bash
34
run: |
35
wget https://github.com/ironashram/argocd-apps-action/releases/download/${ACTION_VERSION}/argocd-apps-action-${ACTION_VERSION}-linux-amd64.tar.gz
0 commit comments