File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212 - name : Checkout
1313 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1414
15- - uses : jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3
15+ - uses : jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3
1616
1717 - name : Run golangci-lint
1818 uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
2626 - name : Checkout
2727 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2828
29- - uses : jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3
29+ - uses : jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3
3030
3131 - name : Run tests
3232 run : go test -v -race -coverpkg=./... -coverprofile=coverage.txt ./...
7171 - name : Checkout
7272 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7373
74- - uses : jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3
74+ - uses : jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3
7575
7676 - name : Run go mod tidy
7777 run : go mod tidy
8989 with :
9090 lfs : " true"
9191
92- - uses : jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3
92+ - uses : jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3
9393
9494 - name : Build Book
9595 working-directory : docs
Original file line number Diff line number Diff line change 1717 with :
1818 lfs : " true"
1919
20- - uses : jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3
20+ - uses : jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3
2121
2222 - name : Build Book
2323 working-directory : docs
Original file line number Diff line number Diff line change 1616 - name : Checkout
1717 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1818
19- - uses : jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3
19+ - uses : jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3
2020
2121 - name : Prepare ko
2222 run : |
Original file line number Diff line number Diff line change 2929 with :
3030 ref : main
3131
32- - uses : jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3
32+ - uses : jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3
3333
3434 # Build container image from current commit and replace image ref in `action.yml`
3535 # Without this, any new flags in `action.yml` would break the job in this repository until the new
You can’t perform that action at this time.
0 commit comments