File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2121 secret-ids : |
2222 ,sdlc/prod/github/jira
2323 parse-json-secrets : true
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 - uses : actions/setup-python@v6
2626 with :
2727 python-version : ' 3.9'
Original file line number Diff line number Diff line change 2727 secret-ids : |
2828 ,sdlc/prod/github/jira
2929 parse-json-secrets : true
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@v6
3131 - uses : actions/setup-python@v6
3232 with :
3333 python-version : ' 3.9'
Original file line number Diff line number Diff line change 3636 charts-kminion : ${{ steps.chart-changes.outputs.charts-kminion }}
3737 go-code : ${{ steps.chart-changes.outputs.go-code }}
3838 steps :
39- - uses : actions/checkout@v5
39+ - uses : actions/checkout@v6
4040 - uses : dorny/paths-filter@v3
4141 id : chart-changes
4242 with :
8181 with :
8282 primary-key : nix-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/*.nix', '**/flake.lock') }}
8383 restore-prefixes-first-match : nix-${{ runner.os }}-${{ runner.arch }}
84- - uses : actions/checkout@v5
84+ - uses : actions/checkout@v6
8585 - run : task ci:lint
8686 test-go :
8787 needs : [changes, lint]
9595 with :
9696 primary-key : nix-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/*.nix', '**/flake.lock') }}
9797 restore-prefixes-first-match : nix-${{ runner.os }}-${{ runner.arch }}
98- - uses : actions/checkout@v5
98+ - uses : actions/checkout@v6
9999 - run : go test ./... -short
100100 test-charts-connectors :
101101 needs : [changes, lint]
Original file line number Diff line number Diff line change 5151 with :
5252 primary-key : nix-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/*.nix', '**/flake.lock') }}
5353 restore-prefixes-first-match : nix-${{ runner.os }}-${{ runner.arch }}
54- - uses : actions/checkout@v5
54+ - uses : actions/checkout@v6
5555 with :
5656 fetch-depth : 0
5757 fetch-tags : true
Original file line number Diff line number Diff line change 6262 with :
6363 primary-key : nix-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/*.nix', '**/flake.lock') }}
6464 restore-prefixes-first-match : nix-${{ runner.os }}-${{ runner.arch }}
65- - uses : actions/checkout@v5
65+ - uses : actions/checkout@v6
6666 with :
6767 fetch-depth : 0
6868 fetch-tags : true
Original file line number Diff line number Diff line change 3737 with :
3838 primary-key : nix-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/*.nix', '**/flake.lock') }}
3939 restore-prefixes-first-match : nix-${{ runner.os }}-${{ runner.arch }}
40- - uses : actions/checkout@v5
40+ - uses : actions/checkout@v6
4141 with :
4242 fetch-depth : 0
4343 - name : Create kind cluster
Original file line number Diff line number Diff line change 4343 key : helm-repositories
4444 path : |
4545 ~/.cache/helm
46- - uses : actions/checkout@v5
46+ - uses : actions/checkout@v6
4747 with :
4848 fetch-depth : 0
4949 - name : Create kind cluster
Original file line number Diff line number Diff line change 4545 key : helm-repositories
4646 path : |
4747 ~/.cache/helm
48- - uses : actions/checkout@v5
48+ - uses : actions/checkout@v6
4949 with :
5050 fetch-depth : 0
5151 - name : Create kind cluster
You can’t perform that action at this time.
0 commit comments