Skip to content

Commit 7c56bf0

Browse files
chore(deps): Bump actions/checkout from 6.0.1 to 6.0.2 (#186)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae3ae2e commit 7c56bf0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v6.0.1
27+
uses: actions/checkout@v6.0.2
2828
- name: Unshallow clone for tags
2929
run: git fetch --prune --unshallow --tags
3030
- name: Install Go Tools
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@v6.0.1
49+
uses: actions/checkout@v6.0.2
5050
- name: Check GoReleaser
5151
uses: goreleaser/goreleaser-action@v6
5252
with:

.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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v4.2.2
33+
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v4.2.2
62+
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # tag=v4.2.2
6363
- name: Unshallow clone for tags
6464
run: git fetch --prune --unshallow --tags
6565
- name: Install Go Tools

.github/workflows/upgrade-provider.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v6.0.1
24+
uses: actions/checkout@v6.0.2
2525
- name: Unshallow clone for tags
2626
run: git fetch --prune --unshallow --tags
2727
- name: Install Go Tools

0 commit comments

Comments
 (0)