Skip to content

Commit 38b18ed

Browse files
chore(deps): Bump actions/checkout from 5.0.1 to 6.0.1 (#154)
1 parent ffcc496 commit 38b18ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout Repo
33-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # tag=v4.2.2
33+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v4.2.2
3434
- name: Unshallow clone for tags
3535
run: git fetch --prune --unshallow --tags
3636
- name: Install pulumictl
@@ -59,7 +59,7 @@ jobs:
5959
needs: publish_binary
6060
steps:
6161
- name: Checkout Repo
62-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # tag=v4.2.2
62+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v4.2.2
6363
- name: Unshallow clone for tags
6464
run: git fetch --prune --unshallow --tags
6565
- name: Install Go Tools

0 commit comments

Comments
 (0)