We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffcc496 commit 38b18edCopy full SHA for 38b18ed
.github/workflows/release.yaml
@@ -30,7 +30,7 @@ jobs:
30
runs-on: ubuntu-latest
31
steps:
32
- name: Checkout Repo
33
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # tag=v4.2.2
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v4.2.2
34
- name: Unshallow clone for tags
35
run: git fetch --prune --unshallow --tags
36
- name: Install pulumictl
@@ -59,7 +59,7 @@ jobs:
59
needs: publish_binary
60
61
62
63
64
65
- name: Install Go Tools
0 commit comments