File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4949 runs-on : ${{ inputs.os }}
5050 steps :
5151 - name : 📦 Check out the codebase
52- uses : actions/checkout@v4.2.2
52+ uses : actions/checkout@v4.3.0
5353
5454 - name : 🛠️ Install goss and dgoss
5555 uses : e1himself/goss-installation-action@v1.2.1
Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : 📦 Check out the codebase
34- uses : actions/checkout@v4.2.2
34+ uses : actions/checkout@v4.3.0
3535 with :
3636 fetch-depth : 0
3737
Original file line number Diff line number Diff line change 1919 pull-requests : read
2020 steps :
2121 - name : 📦 Check out the codebase
22- uses : actions/checkout@v4.2.2
22+ uses : actions/checkout@v4.3.0
2323
2424 - name : 🧐 Lint commits using "commitlint"
2525 uses : wagoid/commitlint-github-action@v6.2.1
3737 group : coding-standards-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
3838 steps :
3939 - name : 📦 Check out the codebase
40- uses : actions/checkout@v4.2.2
40+ uses : actions/checkout@v4.3.0
4141
4242 - name : 🧐 Lint YAML files
4343 uses : ibiqlik/action-yamllint@v3.1.1
5454 group : markdown-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
5555 steps :
5656 - name : 📦 Check out the codebase
57- uses : actions/checkout@v4.2.2
57+ uses : actions/checkout@v4.3.0
5858
5959 - name : 🧐 Lint Markdown files
6060 uses : DavidAnson/markdownlint-cli2-action@v19.1.0
Original file line number Diff line number Diff line change 2525 runs-on : ${{ inputs.os }}
2626 steps :
2727 - name : 📦 Check out the codebase
28- uses : actions/checkout@v4.2.2
28+ uses : actions/checkout@v4.3.0
2929 with :
3030 fetch-depth : 0
3131
You can’t perform that action at this time.
0 commit comments