From 4123cdecc277ba54cd88f3d333762eb0d8bfe2c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Jun 2023 05:26:30 +0000 Subject: [PATCH] Update actions/checkout action to v3.5.3 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebe23a3..aa41d52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,8 +24,8 @@ jobs: password: ${{ secrets.WRITE_GITHUB_TOKEN }} steps: - - uses: actions/checkout@v3.0.2 - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.5.3 with: fetch-depth: 0 repository: momentumstudioltd/github-actions @@ -64,8 +64,8 @@ jobs: options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 steps: - - uses: actions/checkout@v3.0.2 - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.5.3 with: fetch-depth: 0 repository: momentumstudioltd/github-actions