File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 version : ${{ steps.aws.outputs.version }}
1515 steps :
1616 - name : shallow clone
17- uses : actions/checkout@v6
17+ uses : actions/checkout@v7
1818
1919 - id : aws
2020 run : grep --only-matching 'github.com/aws/aws-cli#\([^"]\+\)' package.json | sed 's/.*#/version=/' >> "$GITHUB_OUTPUT"
Original file line number Diff line number Diff line change 1212 if : github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'carapace-sh/carapace-aws'
1313 steps :
1414 - name : deep clone
15- uses : actions/checkout@v6
15+ uses : actions/checkout@v7
1616 with :
1717 fetch-depth : 0
1818
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 container : ghcr.io/carapace-sh/go:1.25.4
1212 steps :
1313 - name : shallow clone
14- uses : actions/checkout@v6
14+ uses : actions/checkout@v7
1515 if : " !startsWith(github.ref, 'refs/tags/')"
1616
1717 - name : deep clone
18- uses : actions/checkout@v6
18+ uses : actions/checkout@v7
1919 if : startsWith(github.ref, 'refs/tags/')
2020 with :
2121 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments