aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/deploy_snapshot.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-09-04 17:07:25 +0000
committerGitHub <noreply@github.com>2023-09-04 17:07:25 +0000
commite94f3446855b7b2dac4aa4a9bee974734d05912a (patch)
treec27121932535c16bf71a11d96678e4608c2a97ce /.github/workflows/deploy_snapshot.yml
parent2c2a0b1a536810761a11da6e05378b7a89ed96e7 (diff)
chore(deps): update actions/checkout action to v4 (#2671)
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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy_snapshot.yml b/.github/workflows/deploy_snapshot.yml
index b893fd86..1c0c4968 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+ uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
fetch-depth: 0