aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/deploy_snapshot.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-03-02 01:29:46 +0530
committerGitHub <noreply@github.com>2022-03-02 01:29:46 +0530
commit980ebe44dae45888f934e22be85b07b387afe170 (patch)
tree8a067c324e2bc6bd9e2aaf55fda3e8fbe20161f6 /.github/workflows/deploy_snapshot.yml
parent3e4eb5217d4e68377118ffa8cc193ccedf2875c8 (diff)
chore(deps): update actions/checkout action to v3 (#1760)
Co-authored-by: Renovate Bot <bot@renovateapp.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 0e1c9c4f..b8bfbbc8 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@v2.4.0
+ uses: actions/checkout@v3.0.0
- name: Set up JDK
uses: actions/setup-java@v3.0.0