diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-04-12 16:45:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-12 16:45:11 +0000 |
commit | 009f16e1ab1f4914a7e2cc89c0fcbe113e7a01bc (patch) | |
tree | f8ee457029986c2ca88bd99646f2892d6e449543 /.github/workflows/deploy_snapshot.yml | |
parent | fc9b8bcf972994cb9ee290f4b0c00855bf9250af (diff) |
chore(deps): update actions/checkout action to v3.5.1 (#2465)
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 03968f3a..9851fe29 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 + uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1 with: fetch-depth: 0 |