diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index 2c86235..3705792 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0