diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-06-09 16:04:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-09 16:04:08 +0000 |
commit | 0b7c286e55debd947d2607b511c5cea2f9afbac3 (patch) | |
tree | a7629b05b31f2d71ac0bb50f11b43394a7283bd4 /.github/workflows/deploy_snapshot.yml | |
parent | 5a52c40a7f9ac6fc8e0cad1e76af9a6d202d4070 (diff) |
chore(deps): update actions/checkout action to v3.5.3 (#2549)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/deploy_snapshot.yml')
-rw-r--r-- | .github/workflows/deploy_snapshot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy_snapshot.yml b/.github/workflows/deploy_snapshot.yml index 21475869..92de08f6 100644 --- a/.github/workflows/deploy_snapshot.yml +++ b/.github/workflows/deploy_snapshot.yml @@ -19,7 +19,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci skip]')" steps: - name: Checkout repository - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 with: fetch-depth: 0 |