File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 32
32
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
33
33
with :
34
34
fetch-depth : 0
35
+ # Default input is the SHA that initially triggered the workflow. As we created a new commit in the previous job,
36
+ # to ensure we get the latest commit we use the ref for checkout: 'refs/heads/<branch_name>'
37
+ ref : ${{ github.ref }}
35
38
# Avoid persisting GITHUB_TOKEN credentials as they take priority over our service account PAT for `git push` operations
36
39
# More details: https://github.com/actions/checkout/blob/b4626ce19ce1106186ddf9bb20e706842f11a7c3/adrs/0153-checkout-v2.md#persist-credentials
37
40
persist-credentials : false
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
17
17
//
18
18
// Deprecated: Use Go standard library [runtime/debug] package build information
19
19
// instead.
20
- var SDKVersion = "2.30 .0"
20
+ var SDKVersion = "2.29 .0"
21
21
22
22
// A pre-release marker for the version. If this is "" (empty string)
23
23
// then it means that it is a final release. Otherwise, this is a pre-release
You can’t perform that action at this time.
0 commit comments