We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6203d70 commit 13fe82aCopy full SHA for 13fe82a
.github/workflows/test-action.yml
@@ -19,7 +19,7 @@ jobs:
19
statuses: none
20
name: Install chart-releaser and test presence in path
21
steps:
22
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
23
- name: Install chart-releaser
24
uses: ./
25
with:
@@ -50,7 +50,7 @@ jobs:
50
51
name: Install chart-releaser and run it
52
53
54
55
56
env:
0 commit comments