diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-10-04 18:03:41 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-04 18:03:41 +0530 |
commit | 380070d5ffe8af729ee46693373c4834c9f5c1ba (patch) | |
tree | ee352eed626b822569c69b312e1259dcbdbf7dc7 /.github/workflows/deploy_snapshot.yml | |
parent | a4c122a4b1c237782e66bcfc4433df575315286a (diff) |
chore(deps): update actions/checkout action to v3.1.0 (#2161)
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 f99a4aad..337393e9 100644 --- a/.github/workflows/deploy_snapshot.yml +++ b/.github/workflows/deploy_snapshot.yml @@ -10,7 +10,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci skip]')" steps: - name: Checkout repository - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.1.0 with: fetch-depth: 0 |