Skip to content

Commit 4a2761b

Browse files
committed
bump action version to v1.3.5
Signed-off-by: Michele Palazzi <sysdadmin@m1k.cloud>
1 parent 107f6d2 commit 4a2761b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fetch-depth: '0'
4343

4444
- name: Check updates for ArgoCD Apps
45-
uses: ironashram/argocd-apps-action@v1.3.4
45+
uses: ironashram/argocd-apps-action@v1.3.5
4646
with:
4747
skip_prerelease: true
4848
target_branch: main

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
steps:
3030
- name: Download ArgoCD Apps Action Binary
3131
env:
32-
ACTION_VERSION: "v1.3.4"
32+
ACTION_VERSION: "v1.3.5"
3333
shell: bash
3434
run: |
3535
wget https://github.com/ironashram/argocd-apps-action/releases/download/${ACTION_VERSION}/argocd-apps-action-${ACTION_VERSION}-linux-amd64.tar.gz

0 commit comments

Comments
 (0)