From 92043ab2f644f3194b6aecae9fcae9799e5085d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 08:02:27 +0000 Subject: [PATCH] chore(deps): Bump actions/checkout from 6.0.2 to 6.0.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/release.yaml | 4 ++-- .github/workflows/upgrade-provider.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dd26e694..b9ca6490 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - name: Unshallow clone for tags run: git fetch --prune --unshallow --tags - name: Install Go Tools @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - name: Check GoReleaser uses: goreleaser/goreleaser-action@v7.2.2 with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4bbc018a..80ab3daf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # tag=v4.2.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # tag=v4.2.2 - name: Unshallow clone for tags run: git fetch --prune --unshallow --tags - name: Install pulumictl @@ -59,7 +59,7 @@ jobs: needs: publish_binary steps: - name: Checkout Repo - uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # tag=v4.2.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # tag=v4.2.2 - name: Unshallow clone for tags run: git fetch --prune --unshallow --tags - name: Install Go Tools diff --git a/.github/workflows/upgrade-provider.yaml b/.github/workflows/upgrade-provider.yaml index 9601aca2..c2fec8b9 100644 --- a/.github/workflows/upgrade-provider.yaml +++ b/.github/workflows/upgrade-provider.yaml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - name: Unshallow clone for tags run: git fetch --prune --unshallow --tags - name: Install Go Tools