File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 GITHUB_CONTEXT : ${{ toJSON(github) }}
3737 run : $env:GITHUB_CONTEXT
3838 - name : Checkout repository
39- uses : actions/checkout@v6
39+ uses : actions/checkout@v7
4040 - name : Setup .NET
4141 uses : actions/setup-dotnet@v5
4242 with :
Original file line number Diff line number Diff line change 2525 GITHUB_CONTEXT : ${{ toJSON(github) }}
2626 run : $env:GITHUB_CONTEXT
2727 - name : Checkout repository
28- uses : actions/checkout@v6
28+ uses : actions/checkout@v7
2929 - name : Markdown link check
3030 id : mlc-push
3131 uses : gaurav-nelson/github-action-markdown-link-check@1.0.17
Original file line number Diff line number Diff line change 2323 GITHUB_CONTEXT : ${{ toJSON(github) }}
2424 run : $env:GITHUB_CONTEXT
2525 - name : Checkout repository
26- uses : actions/checkout@v6
26+ uses : actions/checkout@v7
2727 with :
2828 ref : ${{ github.event.workflow_run.head_sha }}
2929 - name : Approve and merge dependabot PR
Original file line number Diff line number Diff line change 2626 packages : write
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@v6
29+ uses : actions/checkout@v7
3030 - name : Log in to the Container registry
3131 uses : docker/login-action@v4
3232 with :
Original file line number Diff line number Diff line change 2424 env :
2525 GITHUB_CONTEXT : ${{ toJSON(github) }}
2626 run : $env:GITHUB_CONTEXT
27- - uses : actions/checkout@v6
27+ - uses : actions/checkout@v7
2828 - name : Get test input args
2929 id : args
3030 run : |
9090 env :
9191 GITHUB_CONTEXT : ${{ toJSON(github) }}
9292 run : $env:GITHUB_CONTEXT
93- - uses : actions/checkout@v6
93+ - uses : actions/checkout@v7
9494 - name : Run GitHub issue forms parser with bad input
9595 id : issue-parser-bad-input
9696 uses : edumserrano/github-issue-forms-parser@v1
Original file line number Diff line number Diff line change 2626 env :
2727 GITHUB_CONTEXT : ${{ toJSON(github) }}
2828 run : $env:GITHUB_CONTEXT
29- - uses : actions/checkout@v6
29+ - uses : actions/checkout@v7
3030 - name : Get test input args
3131 id : args
3232 run : |
9292 env :
9393 GITHUB_CONTEXT : ${{ toJSON(github) }}
9494 run : $env:GITHUB_CONTEXT
95- - uses : actions/checkout@v6
95+ - uses : actions/checkout@v7
9696 - name : Run GitHub issue forms parser with bad input
9797 id : issue-parser-bad-input
9898 uses : ./action-local
You can’t perform that action at this time.
0 commit comments