From f8ace2293ae21353aa4661f9c2aae65cf08c52b5 Mon Sep 17 00:00:00 2001 From: behnazh-w Date: Thu, 1 Jun 2023 10:17:57 +1000 Subject: [PATCH] chore(deps): fix actions/checkout versions in comments Because these GitHub Actions did not have the latest version tags, Dependabot had failed to correctly update the version tags in comments. Signed-off-by: behnazh-w --- .github/workflows/_build_docker.yaml | 2 +- .github/workflows/build_base_image.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_build_docker.yaml b/.github/workflows/_build_docker.yaml index 66151b384..911819306 100644 --- a/.github/workflows/_build_docker.yaml +++ b/.github/workflows/_build_docker.yaml @@ -27,7 +27,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.1.0 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 with: fetch-depth: 0 diff --git a/.github/workflows/build_base_image.yaml b/.github/workflows/build_base_image.yaml index beb7b60c7..22b9d4121 100644 --- a/.github/workflows/build_base_image.yaml +++ b/.github/workflows/build_base_image.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.1.0 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 with: fetch-depth: 0