We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9105241 commit c40f62cCopy full SHA for c40f62c
.github/workflows/appstore-build-publish.yml
@@ -75,7 +75,7 @@ jobs:
75
76
- name: Check composer.json
77
id: check_composer
78
- uses: andstor/file-existence-action@20b4d2e596410855db8f9ca21e96fbe18e12930b # v2
+ uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3
79
with:
80
files: "${{ env.APP_NAME }}/composer.json"
81
@@ -97,7 +97,7 @@ jobs:
97
98
- name: Check Krankerl config
99
id: krankerl
100
101
102
files: ${{ env.APP_NAME }}/krankerl.toml
103
0 commit comments