diff --git a/.github/workflows/pulumi-preview.yml b/.github/workflows/pulumi-preview.yml index ffe2b5f..38f95d9 100644 --- a/.github/workflows/pulumi-preview.yml +++ b/.github/workflows/pulumi-preview.yml @@ -29,8 +29,8 @@ jobs: run: working-directory: ./pulumi steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + # v4.2.2 with: fetch-depth: 0 - run: | diff --git a/.github/workflows/pulumi-up.yml b/.github/workflows/pulumi-up.yml index cb68fde..333332f 100644 --- a/.github/workflows/pulumi-up.yml +++ b/.github/workflows/pulumi-up.yml @@ -21,8 +21,8 @@ jobs: run: working-directory: ./pulumi steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + # v4.2.2 with: fetch-depth: 0 - run: |