diff --git a/.github/workflows/build_images.yml b/.github/workflows/build_images.yml index 8ddab64..faab3cd 100644 --- a/.github/workflows/build_images.yml +++ b/.github/workflows/build_images.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: # Get all history including tags fetch-depth: 0 diff --git a/.github/workflows/check_version.yml b/.github/workflows/check_version.yml index fae2951..24e6734 100644 --- a/.github/workflows/check_version.yml +++ b/.github/workflows/check_version.yml @@ -17,7 +17,7 @@ jobs: PY_PACKAGE_NAME: opencanary steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0